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

@anycli/example-plugin-js

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anycli/example-plugin-js - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

9

CHANGELOG.md

@@ -0,1 +1,10 @@

<a name="0.6.1"></a>
## [0.6.1](https://github.com/anycli/example-plugin-js/compare/930b112d0bfc9fff2c05a5e331baab36c48dc95a...v0.6.1) (2018-02-01)
### Bug Fixes
* anycli v0.30.1 ([c980f57](https://github.com/anycli/example-plugin-js/commit/c980f57))
* anycli v0.30.2 ([2c77540](https://github.com/anycli/example-plugin-js/commit/2c77540))
<a name="0.6.0"></a>

@@ -2,0 +11,0 @@ # [0.6.0](https://github.com/anycli/example-plugin-js/compare/d4c0b54b08750a65e12c52f4a342f9dcfd4fc47a...v0.6.0) (2018-02-01)

23

package.json
{
"name": "@anycli/example-plugin-js",
"description": "example dxcli plugin in javascript",
"version": "0.6.0",
"version": "0.6.1",
"author": "Jeff Dickey @jdxcode",

@@ -14,19 +14,14 @@ "anycli": {

"dependencies": {
"@anycli/command": "^0.3.2",
"@anycli/command": "^0.3.3",
"cli-ux": "^3.3.12"
},
"devDependencies": {
"@anycli/config": "^0.2.10",
"@anycli/engine": "^0.1.40",
"@anycli/config": "^0.2.11",
"@anycli/engine": "^0.1.42",
"@anycli/help": "^0.3.4",
"@anycli/test": "^0.10.1",
"@commitlint/cli": "^6.0.5",
"@commitlint/config-conventional": "^6.0.4",
"@anycli/test": "^0.10.2",
"chai": "^4.1.2",
"eslint": "^4.16.0",
"eslint-config-anycli": "^1.3.0",
"husky": "^0.14.3",
"mocha": "^5.0.0",
"nps": "^5.7.1",
"nps-utils": "^1.5.0"
"mocha": "^5.0.0"
},

@@ -46,6 +41,6 @@ "engines": {

"scripts": {
"commitmsg": "commitlint -x @commitlint/config-conventional -e $GIT_PARAMS",
"precommit": "nps lint -l warn",
"test": "nps test -l warn"
"lint": "eslint .",
"posttest": "yarn run lint",
"test": "mocha --forbid-only \"test/**/*.test.js\""
}
}
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