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

iz

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iz - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

2

package.json
{
"name": "iz",
"version": "2.0.1",
"version": "2.1.0",
"description": "Validation for node and the web.",

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

@@ -185,2 +185,3 @@ [![Build Status](https://secure.travis-ci.org/parris/iz.png)](http://travis-ci.org/parris/iz)

minLength(val, min); // val (str or arr) is greater than min
match(str, tester, flags?); // RegExp matching of a string. Accepts RegExps and strings as the tester
maxLength(val, max); // val (str or arr) is shorter than max

@@ -206,2 +207,7 @@ multiple(num, mult); // Number is multiple of another number

2.1.0
----
- Added RegExp (match) validation
2.0.0

@@ -208,0 +214,0 @@ ----

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