Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

network-byte-order

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

network-byte-order - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

lib/network-byte-order.js

4

package.json
{
"name": "network-byte-order",
"description": "htonl, htons, ntohl, ntohs - convert values between host and network byte order.",
"version": "0.1.0",
"main": "index.js",
"version": "0.1.1",
"main": "lib/network-byte-order.js",
"homepage": "https://github.com/mattcg/network-byte-order",

@@ -7,0 +7,0 @@ "implements": ["CommonJS/Modules/1.0"],

@@ -7,3 +7,3 @@ # JavaScript implementation of htonl, htons, ntohl, ntohs #

### Usage ###
## Usage ##

@@ -10,0 +10,0 @@ ### `htonl(b, i, v)` ###

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