Socket
Socket
Sign inDemoInstall

applescript-promise

Package Overview
Dependencies
325
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

.travis.yml

8

package.json
{
"name": "applescript-promise",
"description": "Easily execute arbitrary AppleScript code on OS X through NodeJS with Promises.",
"version": "0.0.4",
"version": "0.0.5",
"author": {

@@ -10,3 +10,3 @@ "name": "Lucas Bento",

},
"bugs": "https://github.com/lucasbento/applescript-promise/issues",
"bugs": "https://github.com/lucasbento/node-applescript-promise/issues",
"dependencies": {

@@ -29,3 +29,3 @@ "applescript": "lucasbento/node-applescript",

},
"homepage": "https://github.com/lucasbento/applescript-promise#readme",
"homepage": "https://github.com/lucasbento/node-applescript-promise#readme",
"keywords": [

@@ -45,3 +45,3 @@ "apple",

"type": "git",
"url": "http://github.com/lucasbento/applescript-promise"
"url": "http://github.com/lucasbento/node-applescript-promise"
},

@@ -48,0 +48,0 @@ "scripts": {

@@ -1,4 +0,4 @@

# node-applescript-promise
# node-applescript-promise ![](https://api.travis-ci.org/lucasbento/node-applescript-promise.svg?branch=master)
A high-level way to execute AppleScript code through NodeJS, and retrieve
A high-level way to execute AppleScript code through NodeJS and retrieve
the result as a native JavaScript object. Underneath the hood, this

@@ -56,2 +56,3 @@ module is just a simple wrapper around the OS X `osascript` command.

The `node-applescript-promise` module is licensed under the MIT license.
This module is a merely wrapper over [node-applescript](https://github.com/TooTallNate/node-applescript/).
This module is a merely wrapper over [node-applescript](https://github.com/TooTallNate/node-applescript/).

Sorry, the diff of this file is not supported yet

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