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

v8r

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v8r - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

src/cache.js

5

CHANGELOG.md
# 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 @@

13

package.json
{
"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",

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