New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@elasticprojects/abstract-cli

Package Overview
Dependencies
Maintainers
1
Versions
965
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elasticprojects/abstract-cli - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

lib/index.js

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

const bin = function (binaryName) {
const localBinPath = _path2.default.resolve(__dirname, "../", binaryName);
const localBinPath = _path2.default.resolve(__dirname, "..", "bin", binaryName);
const unpackedBinPath = localBinPath.replace("app.asar", "app.asar.unpacked");

@@ -25,0 +25,0 @@ const moduleBinPath = _path2.default.resolve(__dirname, "node_modules", "@elasticprojects", "abstract-cli", "bin", binaryName);

@@ -8,3 +8,3 @@ {

],
"version": "0.0.3",
"version": "0.0.4",
"license": "UNLICENSED",

@@ -11,0 +11,0 @@ "repository": "elasticprojects/deskapi",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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