Socket
Socket
Sign inDemoInstall

simpl-schema

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simpl-schema - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

LICENSE

9

package.json
{
"name": "simpl-schema",
"version": "1.5.1",
"version": "1.5.2",
"description": "A schema validation package that supports direct validation of MongoDB update modifier objects.",

@@ -17,4 +17,4 @@ "author": "Eric Dobbertin <aldeed@gmail.com>",

"dist",
"../LICENSE",
"../README.md"
"LICENSE",
"README.md"
],

@@ -24,5 +24,6 @@ "main": "./dist/main.js",

"build": "rm -rf dist/** && babel lib --out-dir dist --ignore *.tests.js,testHelpers/*",
"copyFiles": "cp ../README.md ./README.md && cp ../LICENSE ./LICENSE",
"lint": "eslint .",
"lintAndTest": "npm run lint && npm test",
"prepublishOnly": "npm run lintAndTest && npm run build",
"prepublishOnly": "npm run lintAndTest && npm run copyFiles && npm run build",
"test": "mocha --compilers js:babel-core/register --recursive \"lib/**/*.tests.js\"",

@@ -29,0 +30,0 @@ "test:watch": "npm test -- --watch"

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