New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gdi

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gdi - npm Package Compare versions

Comparing version 0.0.1 to 0.1.1

.eslintrc.js

45

package.json
{
"name": "gdi",
"version": "0.0.1",
"version": "0.1.1",
"description": "Node.js bindings to Windows GDI (graphics device interface)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node-gyp configure build && node module.js",
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-pre-gyp install --fallback-to-build"
},

@@ -14,5 +16,16 @@ "repository": {

"keywords": [
"node.js",
"gdi"
"gdi",
"ui",
"windows",
"bindings",
"api",
"binding",
"n-api",
"napi",
"window",
"gui"
],
"engines": {
"node": ">=8.4.0"
},
"author": "Dani Biró <danibiro93@gmail.com>",

@@ -23,3 +36,25 @@ "license": "MIT",

},
"homepage": "https://github.com/Daninet/node-gdi#readme"
"homepage": "https://github.com/Daninet/node-gdi",
"dependencies": {
"node-pre-gyp": "^0.10.3"
},
"devDependencies": {
"segfault-handler": "^1.0.1",
"eslint": "^5.3.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0"
},
"binary": {
"module_name": "gdi",
"module_path": "./lib/binding/napi-v{napi_build_version}",
"remote_path": "./{module_name}/v{version}/{configuration}/",
"package_name": "{platform}-{arch}-napi-v{napi_build_version}.tar.gz",
"host": "https://your_module.s3-us-west-1.amazonaws.com",
"napi_versions": [
3
]
}
}
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