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.3 to 0.5.4

2

build/index.js

@@ -22,3 +22,3 @@ #!/usr/bin/env node

program.name('cyk').description('cyklang CLI')
.version('0.2');
.version('0.5.4');
program.addCommand(new InstallCommand_1.InstallCommand('install'));

@@ -25,0 +25,0 @@ program.addCommand(new InstallCommand_1.InstallCommand('i'));

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

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

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

{
"name": "@cyklang/cli",
"version": "0.5.3",
"version": "0.5.4",
"description": "cyklang CLI",

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

@@ -18,3 +18,3 @@ #!/usr/bin/env node

program.name('cyk').description('cyklang CLI')
.version('0.2')
.version('0.5.4')

@@ -21,0 +21,0 @@ program.addCommand(new InstallCommand('install'))

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

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

@@ -33,0 +32,0 @@ const installScript = await this.lookupInstallScript(node_package)

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