Comparing version 0.2.0 to 0.3.0
# Changelog | ||
## 📦 [0.3.0](https://www.npmjs.com/package/v8r/v/0.3.0) - 2020-12-29 | ||
* Cache HTTP responses locally to improve performance | ||
* Add `--verbose` flag | ||
## 📦 [0.2.0](https://www.npmjs.com/package/v8r/v/0.2.0) - 2020-12-24 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "v8r", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "A command-line JSON and YAML validator that's on your wavelength", | ||
"scripts": { | ||
"test": "nyc --reporter=text mocha tests.js", | ||
"test": "nyc --reporter=text mocha \"src/**/*.spec.js\"", | ||
"lint": "eslint \"src/**/*.js\"", | ||
"coverage": "nyc report --reporter=text-lcov > coverage.lcov", | ||
@@ -12,4 +13,5 @@ "prettier": "prettier --write \"**/*.js\"", | ||
"bin": { | ||
"v8r": "index.js" | ||
"v8r": "src/index.js" | ||
}, | ||
"main": "src/index.js", | ||
"repository": { | ||
@@ -24,2 +26,3 @@ "type": "git", | ||
"ajv": "^6.12.6", | ||
"flat-cache": "^3.0.4", | ||
"got": "^11.8.0", | ||
@@ -33,2 +36,6 @@ "js-yaml": "^3.14.0", | ||
"chai-as-promised": "^7.1.1", | ||
"eslint": "^7.16.0", | ||
"eslint-config-prettier": "^7.1.0", | ||
"eslint-plugin-mocha": "^8.0.0", | ||
"eslint-plugin-prettier": "^3.3.0", | ||
"mocha": "^8.2.1", | ||
@@ -35,0 +42,0 @@ "nock": "^13.0.4", |
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
12966
8
205
1
6
10
+ Addedflat-cache@^3.0.4
+ Addedflat-cache@3.2.0(transitive)
+ Addedflatted@3.3.2(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedrimraf@3.0.2(transitive)