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

pn-cli

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pn-cli - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

10

bin/pn.js

@@ -29,5 +29,9 @@ #!/usr/bin/env node

const u = manage.parse(uri);
if (u.action === 'help') manage.help(data, u);
else if (typeof data == 'object') console.log(JSON.stringify(data, null, 4));
else console.log(data);
if (u.action === 'help') {
manage.help(data, u);
}
// else if (typeof data == 'object') console.log(JSON.stringify(data, null, 4));
// else console.log(data);
else manage.show(data);
process.exit();
}).catch(err => {

@@ -34,0 +38,0 @@ nirvana.error(err);

@@ -24,2 +24,3 @@ require('pn-core');

this.pkg = JSON.parse(fs.readFileSync(path.join(__dirname, 'package.json')));
this.show = require('./lib/show');
}

@@ -26,0 +27,0 @@ // 用于pn-reg/unreg/list,是否从这里删除,由pn-xxx实现

{
"name": "pn-cli",
"version": "0.0.7",
"version": "0.0.8",
"description": "phoenix nirvana manager",

@@ -27,3 +27,4 @@ "main": "index.js",

"commander": "^7.0.0",
"pn-core": "^0.0.3"
"moment": "^2.29.1",
"pn-core": "^0.0.5"
},

@@ -30,0 +31,0 @@ "directories": {

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