Socket
Socket
Sign inDemoInstall

schema

Package Overview
Dependencies
2
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0a-1 to 0.1.0a-2

6

index.js

@@ -6,4 +6,4 @@ // schema.js - index - Copyright Andreas Kalsch <andreaskalsch@gmx.de> (MIT Licensed)

require('underscorex');
require('underscorex/object');
var _ = require('underscorex');
require('underscorex/object')(_);

@@ -898,2 +898,2 @@

global.__Schema = module.exports = Schema;
global.__Schema = module.exports = Schema;

@@ -9,7 +9,7 @@ {

"dependencies" : {
"underscorex": ">=0.1.0"
"underscorex": "0.1.1"
},
"lib" : ".",
"main" : "index.js",
"version" : "0.1.0a-1"
"version" : "0.1.0a-2"
}
i18n = require('../i18n');
//require('underscorex');
var _ = require('underscorex');

@@ -289,2 +289,2 @@

}
};
};

@@ -10,3 +10,3 @@ // schema.js - test - Copyright Andreas Kalsch <andreaskalsch@gmx.de> (MIT Licensed)

d = assert.deepEqual,
Schema = require('schema');
Schema = require('./');

@@ -2214,2 +2214,2 @@

//console.log('Passed');
//console.log('Passed');
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc