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

@hyrious/dev-cmd

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyrious/dev-cmd - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

7

index.js

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

this.plugins.push(file);
as = as.slice(2);
if (as[2] === '--save') {
conf.plugin(file);
as = as.slice(3);
} else {
as = as.slice(2);
}
}

@@ -146,0 +151,0 @@ if (as.length > 0) {

15

package.json
{
"name": "@hyrious/dev-cmd",
"version": "0.1.1",
"version": "0.1.2",
"description": "a shell helper",
"main": "index.js",
"scripts": {
"test": "node test/all.js"
"test": "node test/all.js",
"release": "release-it"
},

@@ -24,3 +25,11 @@ "repository": {

},
"homepage": "https://github.com/hyrious/dev-cmd#readme"
"homepage": "https://github.com/hyrious/dev-cmd#readme",
"release-it": {
"github": {
"release": true
}
},
"devDependencies": {
"release-it": "^14.0.1"
}
}
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