Socket
Socket
Sign inDemoInstall

inet_xtoy

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inet_xtoy - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

index.js

@@ -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": {

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