Socket
Socket
Sign inDemoInstall

fast-json-stringify

Package Overview
Dependencies
Maintainers
2
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-json-stringify - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

test/enum.test.js

7

index.js

@@ -170,4 +170,3 @@ 'use strict'

'additionalProperties',
'dependencies',
'enum'
'dependencies'
]

@@ -1134,6 +1133,2 @@

schema.type = inferredType
if (inferredType === 'object' && schema.enum && !Object.hasOwnProperty.call(schema, 'additionalProperties')) {
schema.additionalProperties = true
}
}

@@ -1140,0 +1135,0 @@ }

{
"name": "fast-json-stringify",
"version": "2.7.0",
"version": "2.7.1",
"description": "Stringify your JSON at max speed",

@@ -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