lossless-json
Advanced tools
Comparing version 2.0.7 to 2.0.8
{ | ||
"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", |
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
180064