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

abolish

Package Overview
Dependencies
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abolish - npm Package Compare versions

Comparing version 4.5.6 to 4.6.0

16

package.json
{
"name": "abolish",
"version": "4.5.6",
"version": "4.6.0",
"description": "A javascript object validator.",

@@ -12,5 +12,6 @@ "main": "index.js",

"scripts": {
"bp": "tsc && ts-node build",
"watch": "tsc --watch",
"play": "ts-node-dev --respawn tests/play.ts"
"build": "npx tsc",
"prepublishOnly": "npm run build",
"watch": "npx tsc --watch",
"play": "npx ts-node-dev --respawn tests/play.ts"
},

@@ -28,8 +29,7 @@ "dependencies": {

"@types/lodash.unset": "^4.5.6",
"@types/node": "^16.10.2",
"axios": "^0.21.4",
"@types/node": "^16.11.9",
"joi": "^17.4.2",
"prettier": "^2.4.1",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.3"
"typescript": "^4.5.2"
},

@@ -43,2 +43,2 @@ "keywords": [

]
}
}
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