Socket
Socket
Sign inDemoInstall

fast-json-stringify

Package Overview
Dependencies
Maintainers
10
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 5.16.0 to 5.16.1

test/asNumber.test.js

2

lib/serializer.js

@@ -44,3 +44,3 @@ 'use strict'

// fast cast to number
const num = +i
const num = Number(i)
// check if number is NaN

@@ -47,0 +47,0 @@ // eslint-disable-next-line no-self-compare

{
"name": "fast-json-stringify",
"version": "5.16.0",
"version": "5.16.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