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

alfred-figma

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

alfred-figma - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

39

index.js

@@ -118,2 +118,41 @@ const alfy = require('alfy')

}
items.push({
title: 'Recent Files',
arg: utils.getUrl('/files/recent', 'app'),
mods: {
cmd: {
subtitle: 'Open recent files in web browser',
arg: utils.getUrl('/files/recent', 'browser')
}
},
variables: {
action: 'browser'
}
})
items.push({
title: 'Drafts',
arg: utils.getUrl(`/files/drafts`, 'app'),
mods: {
cmd: {
subtitle: 'Open drafts in web browser',
arg: utils.getUrl('/files/drafts', 'browser')
}
},
variables: {
action: 'browser'
}
})
items.push({
title: 'Deleted Files',
arg: utils.getUrl(`/files/deleted`, 'app'),
mods: {
cmd: {
subtitle: 'Open deleted files in web browser',
arg: utils.getUrl('/files/deleted', 'browser')
}
},
variables: {
action: 'browser'
}
})
})

@@ -120,0 +159,0 @@ .then(() => items.filter(item => {

4

package.json
{
"name": "alfred-figma",
"version": "0.2.0",
"version": "0.3.0",
"description": "Alfred workflow to quick link figma projects and files",

@@ -28,3 +28,3 @@ "main": "index.js",

"dependencies": {
"alfy": "^0.7.0",
"alfy": "^0.8.0",
"dotenv": "^6.1.0",

@@ -31,0 +31,0 @@ "pretty-ms": "^4.0.0"

@@ -7,3 +7,3 @@ # Figma Alfred 3 workflow

- Figma's API doesn't allow access to draft files.
- Figma's API doesn't allow access to getting listings of draft files.
- Figma's API doesn't allow access to get teams. This requires adding team ids to the workflow manually.

@@ -52,2 +52,3 @@ - Files open in the desktop app, but teams and projects won't.

- <kbd>⏎</kbd> Open file.
- <kbd>⌘</kbd> + <kbd>Y</kbd> OR <kbd>shift</kbd> Quicklook preview of the file.
- <kbd>⌥</kbd> + <kbd>⏎</kbd> Duplicate file to your drafts.

@@ -54,0 +55,0 @@ - <kbd>⌘</kbd> + <kbd>⏎</kbd> Open file in web browser.

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