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

alfred-link

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alfred-link - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

index.js

@@ -43,3 +43,3 @@ 'use strict';

const src = path.dirname(filePath);
const dest = path.join(workflowDir, pkg.name);
const dest = path.join(workflowDir, pkg.name.replace('/', '-'));

@@ -57,3 +57,3 @@ if (!options.transform) {

.then(dir => readPkg(dir)
.then(res => unlink(path.join(dir, res.pkg.name)))
.then(res => unlink(path.join(dir, res.pkg.name.replace('/', '-'))))
);
{
"name": "alfred-link",
"version": "0.2.0",
"version": "0.2.1",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc