Socket
Socket
Sign inDemoInstall

lossless-json

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lossless-json - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

6

package.json
{
"name": "lossless-json",
"version": "2.0.7",
"version": "2.0.8",
"description": "Parse JSON without risk of losing numeric information",

@@ -24,4 +24,4 @@ "type": "module",

"test": "jest --rootDir=test --runInBand",
"lint": "prettier --ignore-path .gitignore lib --check . && eslint src/**/*.ts test/**/*.ts test-lib/**/*.mjs tools/**/*.mjs",
"format": "prettier --ignore-path .gitignore lib --write . && npm run lint -- --fix",
"lint": "prettier --check . && eslint src/**/*.ts test/**/*.ts test-lib/**/*.mjs tools/**/*.mjs",
"format": "prettier --write . && npm run lint -- --fix",
"build": "npm-run-all build:**",

@@ -28,0 +28,0 @@ "build:clean": "del-cli lib",

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