Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yup

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yup - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

3

lib/locale.js

@@ -31,3 +31,4 @@

positive: '${path} must be a positive number',
negative: '${path} must be a negative number'
negative: '${path} must be a negative number',
integer: '${path} must be an integer'
},

@@ -34,0 +35,0 @@

@@ -70,2 +70,4 @@ 'use strict';

integer: function(msg){
msg = msg || locale.integer
return this

@@ -72,0 +74,0 @@ .transform(function(v){

{
"name": "yup",
"version": "0.3.0",
"version": "0.3.1",
"description": "Dead simple Object schema validation",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc