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.27 to 0.1.28

8

CHANGELOG.md

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

<a name="0.1.28"></a>
## [0.1.28](https://github.com/anycli/engine/compare/b5e21aad692559f3ce1dbd7161de8ebac4ad9925...v0.1.28) (2018-01-31)
### Bug Fixes
* make sure we pass CLI config to plugin loader ([d441f0e](https://github.com/anycli/engine/commit/d441f0e))
<a name="0.1.27"></a>

@@ -2,0 +10,0 @@ ## [0.1.27](https://github.com/anycli/engine/compare/c883303480f40f5c2cd4f01bcc04c5628a728ef6...v0.1.27) (2018-01-31)

4

lib/engine.js

@@ -58,3 +58,3 @@ "use strict";

this.debug('loading dev plugins', devPlugins);
const promises = devPlugins.map(p => loadPlugin({ root: config.root, type, name: p }).catch(cli_ux_1.default.warn));
const promises = devPlugins.map(p => loadPlugin({ root: config.root, type: 'dev', name: p }).catch(cli_ux_1.default.warn));
plugin.plugins.push(..._(await Promise.all(promises)).compact().flatMap().value());

@@ -65,3 +65,3 @@ }

let roots;
let fetch = (d) => util_1.undefault(require(d))(config);
let fetch = (d) => util_1.undefault(require(d))(this.config);
if (config.pluginsModuleTS) {

@@ -68,0 +68,0 @@ try {

{
"name": "@anycli/engine",
"description": "main anycli component",
"version": "0.1.27",
"version": "0.1.28",
"author": "Jeff Dickey @jdxcode",

@@ -18,7 +18,7 @@ "bugs": "https://github.com/anycli/engine/issues",

"@anycli/config": "^0.2.0",
"@anycli/help": "^0.2.2",
"@anycli/not-found": "^0.1.4",
"@anycli/plugins": "^0.1.6",
"@anycli/help": "^0.2.3",
"@anycli/not-found": "^0.1.5",
"@anycli/plugins": "^0.1.7",
"@anycli/tslint": "^0.1.3",
"@anycli/version": "^0.1.14",
"@anycli/version": "^0.1.15",
"@commitlint/cli": "^6.0.2",

@@ -25,0 +25,0 @@ "@commitlint/config-conventional": "^6.0.2",

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