Socket
Socket
Sign inDemoInstall

hexip

Package Overview
Dependencies
7
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

5

index.js

@@ -34,1 +34,6 @@

module.exports.port = function(hex){
var b = new Buffer(hex,'hex');
return b.readUInt16LE(0);
}

2

package.json
{
"name": "hexip",
"description": "translates hex formatted ip addresses to long and dot decimal",
"version": "1.0.0",
"version": "1.0.1",
"keywords":["ip","convert","hex","LE","address"],

@@ -6,0 +6,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc