Socket
Socket
Sign inDemoInstall

@cyklang/cli

Package Overview
Dependencies
97
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.14.10 to 0.14.11

2

build/index.js

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

program.name('cyk').description('cyklang CLI')
.version('0.14.10');
.version('0.14.11');
program.addCommand(new StartCommand('start'));

@@ -188,0 +188,0 @@ program.addCommand(new StopCommand('stop'));

{
"name": "@cyklang/cli",
"version": "0.14.10",
"version": "0.14.11",
"description": "cyklang CLI",

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

"dependencies": {
"@cyklang/core": "^0.12.3",
"@cyklang/core": "^0.12.4",
"commander": "^9.4.0",

@@ -25,0 +25,0 @@ "dotenv": "^16.0.1",

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

program.name('cyk').description('cyklang CLI')
.version('0.14.10')
.version('0.14.11')
program.addCommand(new StartCommand('start'))

@@ -182,0 +182,0 @@ program.addCommand(new StopCommand('stop'))

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