Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.10 to 2.0.11

lib/esm/package.json

7

package.json
{
"name": "lossless-json",
"version": "2.0.10",
"version": "2.0.11",
"description": "Parse JSON without risk of losing numeric information",
"type": "module",
"main": "lib/umd/lossless-json.js",

@@ -29,3 +28,5 @@ "module": "lib/esm/index.js",

"build:esm": "babel src --out-dir lib/esm --extensions \".ts\" --source-maps --config-file ./babel.config.json",
"build:umd": "rollup --config rollup.config.js && cpy tools/cjs/package.json lib/umd --flat",
"build:esm:cpy": "cpy tools/esm/package.json lib/esm --flat",
"build:umd": "rollup --config rollup.config.mjs",
"build:umd:cpy": "cpy tools/cjs/package.json lib/umd --flat",
"build:types": "tsc --project tsconfig-types.json",

@@ -32,0 +33,0 @@ "build:validate": "jest --rootDir='test-lib' --runInBand",

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