Socket
Socket
Sign inDemoInstall

ajv

Package Overview
Dependencies
68
Maintainers
1
Versions
354
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

5

lib/compile/rules/type.dot.js
{{## def.isInteger:
dataType == 'number' &&
(data === parseInt(data) ||
data > 9007199254740992 ||
data < -9007199254740992)
dataType == 'number' && !(data % 1)
#}}

@@ -7,0 +4,0 @@

2

package.json
{
"name": "ajv",
"version": "0.1.1",
"version": "0.1.2",
"description": "Another JSON schema Validator",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc