electron-clipboard-ex
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -13,3 +13,3 @@ const {promisify} = require('util'); | ||
hasImage, | ||
} = require('bindings')(); | ||
} = require('node-gyp-build')(__dirname); | ||
@@ -16,0 +16,0 @@ module.exports = { |
{ | ||
"name": "electron-clipboard-ex", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Extended electron.js clipboard module.", | ||
@@ -11,3 +11,4 @@ "main": "index.js", | ||
"index.js", | ||
"index.d.ts" | ||
"index.d.ts", | ||
"prebuilds" | ||
], | ||
@@ -24,4 +25,4 @@ "homepage": "https://github.com/kenan2002/electron-clipboard-ex", | ||
"dependencies": { | ||
"bindings": "^1.5.0", | ||
"node-addon-api": "^4.0.0" | ||
"node-addon-api": "^4.0.0", | ||
"node-gyp-build": "^4.2.3" | ||
}, | ||
@@ -31,7 +32,10 @@ "gypfile": true, | ||
"fs-extra": "^10.0.0", | ||
"jest": "^27.0.6" | ||
"jest": "^27.0.6", | ||
"prebuildify": "^4.2.0" | ||
}, | ||
"scripts": { | ||
"test": "jest" | ||
"test": "jest", | ||
"install": "node-gyp-build", | ||
"prebuildify": "node build.js" | ||
} | ||
} |
# electron-clipboard-ex | ||
A node.js native addon designed to use with [electron](https://www.electronjs.org/) to extend its clipboard features. | ||
Please refer to [electron tutorial](https://electronjs.org/docs/tutorial/using-native-node-modules) for usage in electron. | ||
@@ -6,0 +5,0 @@ ![Travis](https://app.travis-ci.com/kenan2002/electron-clipboard-ex.svg?token=zab8ueZodq3Wkp6NTq2P&branch=master) |
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1367029
14
3
65
5
+ Addednode-gyp-build@^4.2.3
+ Addednode-gyp-build@4.8.4(transitive)
- Removedbindings@^1.5.0
- Removedbindings@1.5.0(transitive)
- Removedfile-uri-to-path@1.0.0(transitive)