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

@anycli/engine

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anycli/engine - npm Package Compare versions

Comparing version 0.1.34 to 0.1.35

8

CHANGELOG.md

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

<a name="0.1.35"></a>
## [0.1.35](https://github.com/anycli/engine/compare/066748c681152308859e4bfacac0c30abd197cd6...v0.1.35) (2018-01-31)
### Bug Fixes
* updated command ([7870eba](https://github.com/anycli/engine/commit/7870eba))
<a name="0.1.34"></a>

@@ -2,0 +10,0 @@ ## [0.1.34](https://github.com/anycli/engine/compare/5837220359df4dd2ed7bf45fcd26c753931e5e71...v0.1.34) (2018-01-31)

1

lib/command.d.ts
import CommandBase from '@anycli/command';
import Engine from './engine';
export default class Command extends CommandBase {
static parse: boolean;
engine: Engine;

@@ -6,0 +5,0 @@ run(): Promise<void>;

@@ -28,3 +28,2 @@ "use strict";

}
Command.parse = false;
exports.default = Command;
{
"name": "@anycli/engine",
"description": "main anycli component",
"version": "0.1.34",
"version": "0.1.35",
"author": "Jeff Dickey @jdxcode",

@@ -16,3 +16,3 @@ "anycli": {

"dependencies": {
"@anycli/command": "^0.2.17",
"@anycli/command": "^0.2.18",
"@anycli/config": "^0.2.3",

@@ -28,6 +28,6 @@ "@anycli/manifest-file": "^0.2.0",

"@anycli/help": "^0.3.0",
"@anycli/not-found": "^0.1.6",
"@anycli/not-found": "^0.1.7",
"@anycli/plugins": "^0.1.8",
"@anycli/tslint": "^0.2.0",
"@anycli/version": "^0.1.16",
"@anycli/version": "^0.1.17",
"@commitlint/cli": "^6.0.5",

@@ -34,0 +34,0 @@ "@commitlint/config-conventional": "^6.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