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

@toolz/allow

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toolz/allow - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

12

package.json
{
"name": "@toolz/allow",
"version": "0.0.3",
"version": "0.0.4",
"description": "Provides validation of data types",

@@ -19,2 +19,4 @@ "keywords": [

"scripts": {
"local": "nodemon --experimental-modules --es-module-specifier-resolution=node src/allow.js",
"start": "node --experimental-modules --es-module-specifier-resolution=node src/allow.js",
"test": "mocha"

@@ -32,3 +34,9 @@ },

},
"type": "module"
"type": "module",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/node": "^7.10.5",
"@babel/preset-env": "^7.11.0",
"nodemon": "^2.0.4"
}
}
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