Socket
Socket
Sign inDemoInstall

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.6.0 to 0.6.1

4

package.json
{
"name": "yup",
"version": "0.6.0",
"version": "0.6.1",
"description": "Dead simple Object schema validation",
"main": "index.js",
"main": "lib/index.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "gulp compile && mocha -R spec ./test/*.js"

@@ -15,2 +15,8 @@ 'use strict';

it('should export', function(){
var yup = require('../lib')
})
it('should REACH correctly', function(done){

@@ -17,0 +23,0 @@ var num = number()

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