lossless-json
Advanced tools
Comparing version 2.0.10 to 2.0.11
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
182037
48
4
144156
No