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

is-my-json-valid

Package Overview
Dependencies
Maintainers
7
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-my-json-valid - npm Package Compare versions

Comparing version 2.20.3 to 2.20.4

2

formats.js

@@ -31,3 +31,3 @@ var createIpValidator = require('is-my-ip-valid')

exports['alphanumeric'] = /^[a-zA-Z0-9]+$/
exports['style'] = /\s*(.+?):\s*([^;]+);?/g
exports['style'] = /.:\s*[^;]/g
exports['phone'] = function (input) {

@@ -34,0 +34,0 @@ if (!(rePhoneFirstPass.test(input))) return false

{
"name": "is-my-json-valid",
"version": "2.20.3",
"version": "2.20.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": "mafintosh/is-my-json-valid",

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