Socket
Socket
Sign inDemoInstall

alfred-link

Package Overview
Dependencies
38
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

11

cli.js

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

alfyLink().catch(err => {
console.error(err);
process.exit(1);
});
// Check if installed with the `--global` flag
if (process.env.npm_config_global === 'true') {
alfyLink().catch(err => {
console.error(err);
process.exit(1);
});
}
{
"name": "alfred-link",
"version": "0.1.1",
"version": "0.1.2",
"description": "Make your Alfred workflows installable from npm",

@@ -5,0 +5,0 @@ "license": "MIT",

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