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

formulr

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formulr - npm Package Compare versions

Comparing version 0.2.0-beta.11 to 0.2.0-beta.12

6

cmd/validators.js

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

return regexp.test(input)
? {
? null
: {
name: 'pattern',

@@ -142,4 +143,3 @@ message: message,

pattern: regexp,
}
: null;
};
}

@@ -146,0 +146,0 @@ return pattern;

@@ -127,3 +127,4 @@ import Decimal from 'big.js';

return regexp.test(input)
? {
? null
: {
name: 'pattern',

@@ -133,6 +134,5 @@ message: message,

pattern: regexp,
}
: null;
};
}
return pattern;
}
{
"name": "formulr",
"version": "0.2.0-beta.11",
"version": "0.2.0-beta.12",
"description": "Form toolkit for React",

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

@@ -140,3 +140,4 @@ import Decimal from 'big.js';

return regexp.test(input)
? {
? null
: {
name: 'pattern',

@@ -146,6 +147,5 @@ message,

pattern: regexp,
}
: null;
};
}
return pattern;
}
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