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.6 to 1.2.7

2

index.d.ts
/// <reference types="node" />
export declare function inet_pton(ip: string): Buffer;
export declare function inet_pton(ip: string): Buffer | null;
export declare function inet_ntop(ip: string | Buffer): string;
{
"name": "inet_xtoy",
"version": "1.2.6",
"version": "1.2.7",
"description": "inet_ntop() and inet_pton() bindings for Node.js",

@@ -39,4 +39,4 @@ "main": "index.js",

"mocha": "^10.2.0",
"node-gyp": "^9.4.1",
"prebuild": "^12.1.0",
"node-gyp": "^10.0.0",
"prebuild": "^13.0.0",
"should": "^13.2.3"

@@ -43,0 +43,0 @@ },

# node-inet-xtoy
![Build and Test CI](https://github.com/sjinks/node-inet-xtoy/workflows/Build%20and%20Test%20CI/badge.svg)
[![Build and Test](https://github.com/sjinks/node-inet-xtoy/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/sjinks/node-inet-xtoy/actions/workflows/build-and-test.yml)
[![CodeQL](https://github.com/sjinks/node-inet-xtoy/actions/workflows/codeql.yml/badge.svg)](https://github.com/sjinks/node-inet-xtoy/actions/workflows/codeql.yml)

@@ -5,0 +6,0 @@ `inet_ntop()` and `inet_pton()` bindings for Node.js

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