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

hoodie-cli

Package Overview
Dependencies
Maintainers
4
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hoodie-cli - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

lib/cli/install.js

@@ -17,4 +17,2 @@ var hoodie = require('../main');

this.logo();
// display help on $ hoodie install

@@ -21,0 +19,0 @@ if (argv._.length <= 1) {

@@ -17,4 +17,2 @@ var hoodie = require('../main');

this.logo();
// display help on $ hoodie uninstall

@@ -21,0 +19,0 @@ if (argv._.length <= 1) {

4

lib/hoodie/new.js

@@ -128,4 +128,4 @@ var Command = require('./util/command');

sucStr += '\n';
sucStr += '\t cd ' + options.name + '\n';
sucStr += '\t hoodie start';
sucStr += ' cd ' + options.name + '\n';
sucStr += ' hoodie start\n';

@@ -132,0 +132,0 @@ self.hoodie.emit('info', sucStr);

{
"name": "hoodie-cli",
"description": "Hoodie command-line interface.",
"version": "0.2.3",
"version": "0.2.4",
"preferGlobal": true,

@@ -6,0 +6,0 @@ "dependencies": {

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