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.0.14 to 1.1.0

29

package.json
{
"name": "inet_xtoy",
"version": "1.0.14",
"version": "1.1.0",
"description": "inet_ntop() and inet_pton() bindings for Node.js",

@@ -8,3 +8,5 @@ "main": "index.js",

"scripts": {
"install": "node-gyp rebuild",
"install": "prebuild-install --runtime napi --tag-prefix '' || node-gyp rebuild",
"build": "node-gyp rebuild",
"build:dev": "node-gyp rebuild --debug",
"test": "mocha tests"

@@ -32,16 +34,11 @@ },

"dependencies": {
"nan": "^2.14.2"
"bindings": "^1.5.0",
"node-addon-api": "^3.1.0",
"prebuild-install": "^6.0.0"
},
"devDependencies": {
"eslint-config-standard": "^13.0.1",
"mocha": "^8.2.0",
"mocha": "^8.2.1",
"node-gyp": "^7.1.2",
"semistandard": "^14.2.3",
"should": "^13.2.3"
},
"semistandard": {
"env": [
"mocha"
]
},
"gypfile": true,

@@ -51,3 +48,11 @@ "bugs": {

},
"homepage": "https://github.com/sjinks/node-inet-xtoy#readme"
"homepage": "https://github.com/sjinks/node-inet-xtoy#readme",
"publishConfig": {
"access": "public"
},
"binary": {
"napi_versions": [
1
]
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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