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

simple-validators

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-validators - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

dist/types.d.ts

@@ -21,4 +21,5 @@ type message = {

returnInvalidPartial?: boolean;
keepExtraKeys?: boolean;
};
export {};
//# sourceMappingURL=types.d.ts.map

@@ -249,2 +249,4 @@ import { formatDate } from './utils.js';

ignored.push(k);
if (opts.keepExtraKeys)
value[k] = input[k];
}

@@ -251,0 +253,0 @@ });

2

package.json
{
"name": "simple-validators",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Schema validation functions and error reporting framework",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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