Socket
Socket
Sign inDemoInstall

@cyklang/cli

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cyklang/cli - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

5

build/InstallCommand.js

@@ -53,5 +53,6 @@ "use strict";

/**
* install the Node Package
* install the Node Package by npm
* and postinstall script will invoke this 'cyk install' command
*/
await this.installNodePackage(node_package);
// await this.installNodePackage(node_package)
const installScript = await this.lookupInstallScript(node_package);

@@ -58,0 +59,0 @@ if (installScript) {

2

package.json
{
"name": "@cyklang/cli",
"version": "0.5.2",
"version": "0.5.3",
"description": "cyklang CLI",

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

@@ -27,5 +27,6 @@ import { Cmd } from "./Cmd";

/**
* install the Node Package
* install the Node Package by npm
* and postinstall script will invoke this 'cyk install' command
*/
await this.installNodePackage(node_package)
// await this.installNodePackage(node_package)

@@ -52,3 +53,3 @@ const installScript = await this.lookupInstallScript(node_package)

/**
* upload modules to the server
* upload modules to the server
*/

@@ -55,0 +56,0 @@ let initModule: string | undefined

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