Comparing version 1.2.2 to 1.2.3
@@ -1,4 +0,4 @@ | ||
const addon = require('./build/Release/inet_xtoy'); | ||
const addon = require('bindings')('inet_xtoy'); | ||
module.exports.inet_ntop = addon.inet_ntop; | ||
module.exports.inet_pton = addon.inet_pton; |
{ | ||
"name": "inet_xtoy", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "inet_ntop() and inet_pton() bindings for Node.js", | ||
@@ -43,2 +43,7 @@ "main": "index.js", | ||
}, | ||
"overrides": { | ||
"prebuild": { | ||
"node-gyp": "$node-gyp" | ||
} | ||
}, | ||
"gypfile": true, | ||
@@ -45,0 +50,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7541