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

@anycli/version

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anycli/version - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

8

CHANGELOG.md

@@ -0,1 +1,9 @@

<a name="0.1.16"></a>
## [0.1.16](https://github.com/anycli/version/compare/399ae7ca19b17a77b14c5ca65b273bad74b7aedf...v0.1.16) (2018-01-31)
### Bug Fixes
* typescript 2.7 ([59156f6](https://github.com/anycli/version/commit/59156f6))
<a name="0.1.15"></a>

@@ -2,0 +10,0 @@ ## [0.1.15](https://github.com/anycli/version/compare/bc360cfe7554494e0ae437c15d8f8c346d25987c...v0.1.15) (2018-01-31)

2

lib/commands/version.d.ts
import Command from '@anycli/command';
export default class Version extends Command {
variableArgs: true;
static variableArgs: true;
run(): Promise<void>;
}
{
"name": "@anycli/version",
"description": "a anycli command that just shows the CLI version",
"version": "0.1.15",
"version": "0.1.16",
"author": "Jeff Dickey @jdxcode",

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

"dependencies": {
"@anycli/command": "^0.2.9",
"@anycli/config": "^0.2.0",
"cli-ux": "^3.3.9"
"@anycli/command": "^0.2.12",
"@anycli/config": "^0.2.2",
"cli-ux": "^3.3.10"
},
"devDependencies": {
"@anycli/engine": "^0.1.27",
"@anycli/test": "^0.9.20",
"@anycli/tslint": "^0.1.4",
"@commitlint/cli": "^6.0.2",
"@commitlint/config-conventional": "^6.0.2",
"@anycli/engine": "^0.1.32",
"@anycli/test": "^0.10.0",
"@anycli/tslint": "^0.2.0",
"@commitlint/cli": "^6.0.5",
"@commitlint/config-conventional": "^6.0.4",
"@types/chai": "^4.1.2",
"@types/lodash": "^4.14.98",
"@types/mocha": "^2.2.47",
"@types/lodash": "^4.14.99",
"@types/mocha": "^2.2.48",
"@types/nock": "^9.1.2",

@@ -40,3 +40,3 @@ "@types/node": "^9.4.0",

"ts-node": "^4.1.0",
"typescript": "^2.6.2"
"typescript": "^2.7.1"
},

@@ -43,0 +43,0 @@ "engines": {

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