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

bs-awesomize

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs-awesomize - npm Package Compare versions

Comparing version 1.4.10 to 1.4.11

2

bsconfig.json
{
"name": "bs-awesomize",
"version": "1.4.10",
"version": "1.4.11",
"package-specs": {

@@ -5,0 +5,0 @@ "module": "commonjs",

{
"name": "bs-awesomize",
"version": "1.4.10",
"version": "1.4.11",
"description": "A ReasonML implementation of the Awesomize validation and data scrubbing library.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -119,3 +119,3 @@ // Generated by BUCKLESCRIPT VERSION 3.0.0, PLEASE EDIT WITH CARE

var isZero = function (s) {
return (/^\-\d+|0+$/).test(s);
return (/^\-\d+$|^0+$/).test(s);
};

@@ -122,0 +122,0 @@ var isBigIntLike = function (s) {

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