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.1 to 0.1.2

.travis.yml

6

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

@@ -21,4 +21,6 @@ "main": "src/ipv6-to-bin.js",

"chai": "^3.5.0",
"mocha": "^2.4.5"
"mocha": "^2.4.5",
"istanbul": "~0.2.4",
"coveralls": "~2.7.1"
}
}

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

ipv6-to-bin
ipv6-to-bin [![npm version](https://img.shields.io/npm/v/ipv6-to-bin.svg?style=flat)](https://www.npmjs.com/package/ipv6-to-bin) [![Build Status](https://travis-ci.org/ozipi/ipv6-to-bin.svg?branch=master)](https://travis-ci.org/ozipi/ipv6-to-bin) [![Coverage Status](https://coveralls.io/repos/github/ozipi/ipv6-to-bin/badge.svg?branch=master)](https://coveralls.io/github/ozipi/ipv6-to-bin?branch=master)
=========

@@ -16,3 +16,3 @@

console.log('routerIp', routerIp);
console.log('localhost', localhost);

@@ -22,2 +22,7 @@ ## Tests

npm test
## Todo
add :: support
add :0: support
add :102: support

@@ -32,1 +37,3 @@ ## Contributing

* 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