Comparing version 5.0.2 to 5.0.3
{ | ||
"name": "typeson", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Preserves types over JSON, BSON or socket.io", | ||
@@ -9,3 +9,4 @@ "main": "./dist/typeson-commonjs2.js", | ||
"test": "node test.js", | ||
"install": "node_modules/.bin/webpack --optimize-minimize" | ||
"prepublish": "npm run build", | ||
"build": "node_modules/.bin/webpack --optimize-minimize" | ||
}, | ||
@@ -12,0 +13,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
130503
0