Socket
Socket
Sign inDemoInstall

@jitsi/robotjs

Package Overview
Dependencies
2
Maintainers
8
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.7 to 0.6.8

prebuilds/darwin-x64+arm64/node.napi.node

2

index.js

@@ -1,2 +0,2 @@

var robotjs = require('./build/Release/robotjs.node');
var robotjs = require('node-gyp-build')(__dirname);

@@ -3,0 +3,0 @@ module.exports = robotjs;

{
"name": "@jitsi/robotjs",
"version": "0.6.7",
"version": "0.6.8",
"description": "Node.js Desktop Automation.",

@@ -12,5 +12,8 @@ "main": "index.js",

"test:win32": "jasmine test/**/*.js",
"install": "prebuild-install --runtime napi || node-gyp rebuild",
"install-debug": "prebuild-install --runtime napi || node-gyp rebuild --debug",
"prebuild": "prebuild --all --runtime napi"
"install": "node-gyp-build",
"prebuild": "prebuildify -t 16.0.0 --napi --strip",
"prebuild-darwin-universal": "prebuildify -t 16.0.0 --napi --strip --arch x64+arm64",
"prebuild-linux-x64": "prebuildify -t 16.0.0 --napi --strip",
"prebuild-win32-x86": "prebuildify -t 16.0.0 --napi --strip",
"prebuild-win32-x64": "prebuildify -t 16.0.0 --napi --strip"
},

@@ -52,7 +55,7 @@ "repository": {

"node-addon-api": "^4.2.0",
"prebuild-install": "^7.0.0"
"node-gyp-build": "^4.3.0"
},
"devDependencies": {
"jasmine": "^2.99.0",
"prebuild": "^11.0.0",
"prebuildify": "^5.0.0",
"run-script-os": "^1.0.3",

@@ -59,0 +62,0 @@ "tape": "^4.8.0",

@@ -178,4 +178,3 @@ # Important note

3. Create and publish Github release: `gh release create v1.2.3`, replacing v1.2.3 with the actual release number
4. Github action will prebuild binaries and attach to the published release
5. Github action will publish release to npm
4. Github action will prebuildify and publish release to npm

@@ -182,0 +181,0 @@ ## License

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