Socket
Socket
Sign inDemoInstall

make-dev-fast

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

make-dev-fast - npm Package Compare versions

Comparing version 0.2.18 to 0.2.19

dist/init.js

2

dist/index.js

@@ -31,2 +31,3 @@ var __create = Object.create;

var import_static = __toModule(require("./static"));
var import_init = __toModule(require("./init"));
class CLI extends import_command_core.CoreBaseCLI {

@@ -53,2 +54,3 @@ loadExtensions() {

async loadDefaultPlugin() {
this.core.addPlugin(import_init.InitPlugin);
this.core.addPlugin(import_git.GitPlugin);

@@ -55,0 +57,0 @@ this.core.addPlugin(import_where.WherePlugin);

3

package.json
{
"name": "make-dev-fast",
"version": "0.2.18",
"version": "0.2.19",
"description": "make-dev-fast",

@@ -22,2 +22,3 @@ "main": "./dist/index.js",

"fs-extra": "^10.0.0",
"globby": "^10.0.2",
"koa": "^2.14.2",

@@ -24,0 +25,0 @@ "koa-static": "^5.0.0",

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