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.3.2 to 4.4.0

12

package.json
{
"name": "abolish",
"version": "4.3.2",
"version": "4.4.0",
"description": "A javascript object validator.",

@@ -27,8 +27,8 @@ "main": "index.js",

"@types/lodash.unset": "^4.5.6",
"@types/node": "^15.12.2",
"@types/node": "^16.3.2",
"axios": "^0.21.1",
"joi": "^17.4.0",
"prettier": "^2.3.1",
"ts-node-dev": "^1.1.6",
"typescript": "^4.3.2"
"joi": "^17.4.1",
"prettier": "^2.3.2",
"ts-node-dev": "^1.1.8",
"typescript": "^4.3.5"
},

@@ -35,0 +35,0 @@ "keywords": [

@@ -26,3 +26,3 @@ import Abolish from "./Abolish";

*/
export declare function Rule(rules: any[]): any;
export declare function Rule(rules: string | any[]): any;
export declare function abolish_Pick(object: any, keys: string[]): any;

@@ -29,0 +29,0 @@ export declare function abolish_Set(object: any, path: any, value: any): any;

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