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.1 to 0.0.2

.eslintrc

2

__tests__/index.spec.js

@@ -8,3 +8,3 @@ import fs from 'fs-extra';

const response = await applescript.execFile(fixturePath, [ arg ]);
const response = await applescript.execFile(fixturePath, [arg]);

@@ -11,0 +11,0 @@ expect(response).toBe(arg);

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

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

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

@@ -28,4 +29,17 @@ "applescript": "lucasbento/node-applescript",

},
"homepage": "https://github.com/lucasbento/applescript-promise#readme",
"keywords": [
"apple",
"applescript",
"es6",
"node",
"osascript",
"promise"
],
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "http://github.com/lucasbento/applescript-promise"
},
"scripts": {

@@ -32,0 +46,0 @@ "build": "npm run clear && babel src --out-dir dist",

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