Socket
Socket
Sign inDemoInstall

bindings

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bindings - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

3

bindings.js

@@ -27,2 +27,5 @@

, [ 'module_root', 'compiled', 'version', 'platform', 'arch', 'bindings' ]
// Legacy from node-waf, node <= 0.4.x
, [ 'module_root', 'build', 'Release', 'bindings' ]
, [ 'module_root', 'build', 'default', 'bindings' ]
]

@@ -29,0 +32,0 @@ }

4

package.json
{ "name": "bindings"
, "description": "Helper module for loading your native module's bindings in a cross-platform way"
, "keywords": [ "native", "addon", "bindings", "gyp" ]
, "version": "0.2.0"
, "version": "0.2.1"
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"
, "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-bindings.git" }
, "main": "./bindings.js"
, "engines": { "node": ">= 0.6.0" }
, "engines": { "node": "*" }
}
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