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.18 to 0.0.19

3

dist/src/GlobalValidators.js

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

*/
GlobalValidators.required = Object.assign(Object.assign({}, GlobalValidators.must), { name: 'required' });
GlobalValidators.required = Object.assign({}, GlobalValidators.must);
GlobalValidators.required.name = 'required';
module.exports = GlobalValidators;
{
"name": "abolish",
"version": "0.0.18",
"version": "0.0.19",
"description": "A javascript object validator.",

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

@@ -150,7 +150,5 @@ /**

*/
GlobalValidators.required = {
...GlobalValidators.must,
name: 'required'
};
GlobalValidators.required = Object.assign({}, GlobalValidators.must);
GlobalValidators.required.name = 'required';
export = GlobalValidators;
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