Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rigel-cli

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rigel-cli - npm Package Compare versions

Comparing version 2.3.9 to 2.4.0

commands/add/action.js

6

bin/rigel.js

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

const { init, add } = require('@rigel/commands');
const { init, add } = require('../commands/index');
const nodeV = require('../package.json').engines.node;
const { checkNodeV, cleanArgs } = require('@rigel/utils');
const { warning } = require('@rigel/logger');
const { checkNodeV, cleanArgs } = require('../utils/index');
const { warning } = require('../logger/index');

@@ -19,0 +19,0 @@ /**

{
"name": "rigel-cli",
"workspaces": [
"packages/*"
],
"bin": {

@@ -16,3 +13,3 @@ "rigel": "./bin/rigel.js"

},
"version": "2.3.9",
"version": "2.4.0",
"license": "MIT",

@@ -57,3 +54,2 @@ "dependencies": {

"chai": "^4.2.0",
"lerna": "^3.22.1",
"mocha": "^7.0.0",

@@ -63,9 +59,9 @@ "prettier": "2.0.2",

},
"peerDependencies": {
"@rigel/utils": "^1.0.0"
},
"engines": {
"node": ">=8.9"
},
"publishConfig": {
"access": "public"
},
"engineStrict": true
}
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