Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

form

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

form - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

13

lib/form.js

@@ -92,4 +92,13 @@ (function () {

try {
validator.apply(container, args);
callback();
if (validator.apply(container, args.concat(args, [
function (error) {
if (error) {
callback(error);
} else {
callback();
}
}
]))) {
callback();
}
} catch (e) {

@@ -96,0 +105,0 @@ callback(e.message);

2

package.json
{
"name" : "form",
"version" : "0.2.0",
"version" : "0.2.1",
"description" : "Form processor for filter and validation form data",

@@ -5,0 +5,0 @@ "keywords": ["form"],

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