Socket
Socket
Sign inDemoInstall

@matt-riley/cvcsv-cli

Package Overview
Dependencies
29
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [1.1.4](https://github.com/matt-riley/cvcsv-cli/compare/v1.1.3...v1.1.4) (2020-02-04)
### [1.1.3](https://github.com/matt-riley/cvcsv-cli/compare/v1.1.2...v1.1.3) (2020-01-31)

@@ -7,0 +9,0 @@

20

package.json
{
"name": "@matt-riley/cvcsv-cli",
"version": "1.1.3",
"version": "1.1.4",
"description": "CLI for creating CSV for Cloud Vision Product Search API",

@@ -21,4 +21,5 @@ "main": "./lib/index.js",

"clean": "run-p prettier clean:lib clean:docs clean:node_modules",
"gh-releaser": "conventional-github-releaser",
"release": "standard-version",
"commit": "git-cz",
"commitlint": "commitlint -e",
"release": "standard-version -s",
"start:dev": "ts-node -T src/index.ts",

@@ -49,9 +50,11 @@ "tscov": "tscov",

"devDependencies": {
"@arkweid/lefthook": "0.7.1",
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@liftr/tscov": "1.4.4",
"@types/figlet": "1.2.0",
"@types/jest": "25.1.1",
"@types/node": "13.5.3",
"@types/node": "13.7.0",
"@types/prompts": "2.0.3",
"commitizen": "4.0.3",
"conventional-github-releaser": "3.1.3",
"cz-conventional-changelog": "3.1.0",

@@ -63,3 +66,3 @@ "jest": "25.1.0",

"standard-version": "7.1.0",
"ts-jest": "25.1.0",
"ts-jest": "25.2.0",
"ts-node": "8.6.2",

@@ -80,3 +83,8 @@ "typedoc": "0.16.9",

}
},
"standard-version": {
"skip": {
"tag": true
}
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc