New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ipv6-to-bin

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

ipv6-to-bin - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "ipv6-to-bin",
"version": "0.1.0",
"version": "0.1.1",
"description": "Converts an ipv6 address to a binary form",

@@ -5,0 +5,0 @@ "main": "src/ipv6-to-bin.js",

@@ -1,2 +0,29 @@

# ipv6-to-bin
ipv6-to-bin
=========
A small method to convert an ipv6 from hex to binary keeping the format _:_:_:_:_:_:_:_ (8 segments)
## Installation
npm install ipv6-to-bin --save
## Usage
var ipv6ToBin = require('ipv6-to-bin');
var localhost = ipv6ToBin('0000:0000:0000:0000:0000:0000:0000:0001');
console.log('routerIp', routerIp);
## Tests
npm test
## Contributing
Add unit tests for any new or changed functionality. Lint and test your code.
## Release History
* 0.1.1 modified readme
* 0.1.0 Initial release
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