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.0.5 to 0.0.6

5

lib/ajv.js

@@ -87,4 +87,5 @@ 'use strict';

if (typeof schema != 'object') throw new Error('schema has invalid type');
var str = stableStringify(schema);
return (self._byJson[str] = self._byJson[str] || compileSchema.call(self, schema));
// var str = stableStringify(schema);
// return (self._byJson[str] = self._byJson[str] || compileSchema.call(self, schema));
return compileSchema.call(self, schema));
}

@@ -91,0 +92,0 @@ }

2

package.json
{
"name": "ajv",
"version": "0.0.5",
"version": "0.0.6",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc