Socket
Socket
Sign inDemoInstall

makfy

Package Overview
Dependencies
52
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1-beta to 2.0.1-beta.2

6

dist/bin/cli.js

@@ -28,7 +28,9 @@ #! /usr/bin/env node

// invoke either the locally or the globally installed makfy, whichever is found first
var cliMainModulePath = require.resolve("makfy/dist/bin/cliMain", {
paths: [process.cwd()],
});
// tslint:disable-next-line: no-submodule-imports
var globalOrLocalMainAsync = require("makfy/dist/bin/cliMain")
.mainAsync;
var globalOrLocalMainAsync = require(cliMainModulePath).mainAsync;
globalOrLocalMainAsync(argv).catch(function (err) {
throw err;
});
{
"name": "makfy",
"version": "2.0.1-beta",
"version": "2.0.1-beta.2",
"description": "makfy - npm scripts on steroids!",

@@ -5,0 +5,0 @@ "main": "dist/lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc