New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@motet-a/validate

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@motet-a/validate - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

17

package.json
{
"name": "@motet-a/validate",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index.js",

@@ -15,3 +15,4 @@ "files": [

"build": "babel src/ --out-dir dist/ --ignore '*.test.js'",
"test:src": "nyc mocha --compilers js:babel-register src/index.test.js",
"pretest": "npm run build",
"test:src": "nyc mocha --require babel-core/register src/index.test.js",
"test": "npm run test:src && npm run test:examples",

@@ -23,12 +24,12 @@ "test:examples": "node examples/0.js",

"devDependencies": {
"babel-cli": "^6.24.1",
"babel-cli": "^6.26.0",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-register": "^6.24.1",
"chai": "^3.5.0",
"coveralls": "^2.13.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^3.3.0",
"nyc": "^10.3.0"
"mocha": "^4.0.1",
"nyc": "^11.4.0"
}
}
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