New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

super-ajv

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

super-ajv - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

4

index.js

@@ -37,2 +37,6 @@ const Ajv = require('ajv')

Ajv.prototype.getSuperSchema = function (originalSchema) {
if (typeof originalSchema !== 'object') {
return originalSchema
}
// BUG not working... schema chages originalSchema object

@@ -39,0 +43,0 @@ // const schema = Object.assign({}, originalSchema)

2

package.json
{
"name": "super-ajv",
"version": "1.1.4",
"version": "1.1.5",
"description": "AJV schema validator with super powers!",

@@ -5,0 +5,0 @@ "main": "index.js",

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