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 0.0.12 to 0.0.13

2

dist/src/Abolish.js

@@ -394,3 +394,3 @@ "use strict";

}
else if (!validationResult) {
else if (validationResult !== false) {
/**

@@ -397,0 +397,0 @@ * Check if option is stringable

@@ -46,3 +46,4 @@ "use strict";

return value === option;
}
},
error: ':param failed exact validator'
},

@@ -49,0 +50,0 @@ min: {

{
"name": "abolish",
"version": "0.0.12",
"version": "0.0.13",
"description": "A javascript object validator.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -434,3 +434,3 @@ import {Validator, ValidationResult, ObjectType} from "./Types"

})
} else if (!validationResult) {
} else if (validationResult !== false) {
/**

@@ -437,0 +437,0 @@ * Check if option is stringable

@@ -54,3 +54,4 @@ /**

return value === option;
}
},
error: ':param failed exact validator'
},

@@ -57,0 +58,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