Comparing version 0.0.1-beta to 0.0.2-beta
{ | ||
"name": "jsonext", | ||
"version": "0.0.1-beta", | ||
"version": "0.0.2-beta", | ||
"description": "An extension of JSON that supports the next generation of ECMAScript features", | ||
"main": "lib/", | ||
"main": "src/", | ||
"files": [ | ||
"src/" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"lint": "eslint . --fix", | ||
"test": "nyc --reporter=html --reporter=text mocha" | ||
}, | ||
@@ -27,3 +31,12 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/jordanbtucker/jsonext#readme" | ||
"homepage": "https://github.com/jordanbtucker/jsonext#readme", | ||
"devDependencies": { | ||
"eslint": "^3.12.2", | ||
"eslint-config-standard": "^6.2.1", | ||
"eslint-plugin-promise": "^3.4.0", | ||
"eslint-plugin-standard": "^2.0.1", | ||
"mocha": "^3.2.0", | ||
"nyc": "^10.0.0", | ||
"sinon": "^1.17.6" | ||
} | ||
} |
@@ -1,3 +0,4 @@ | ||
# jsonext | ||
# JSONext | ||
This pre-release version is simply a wrapper around JSON. | ||
This pre-release version supports JSON5 syntax but does not yet support | ||
`reviver` and only wraps `JSON.stringify`. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
16738
855
1
5
7