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

ip6

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

ip6 - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

8

ip6.js

@@ -138,3 +138,3 @@ /**

const divideSubnet = function (addr, mask0, mask1, limit, abbr) {
export const divideSubnet = function (addr, mask0, mask1, limit, abbr) {
if (!_validate(addr)) {

@@ -176,3 +176,3 @@ throw new Error('Invalid address: ' + addr);

const range = function (addr, mask0, mask1, abbr) {
export const range = function (addr, mask0, mask1, abbr) {
if (!_validate(addr)) {

@@ -207,3 +207,3 @@ throw new Error('Invalid address: ' + addr);

const randomSubnet = function (addr, mask0, mask1, limit, abbr) {
export const randomSubnet = function (addr, mask0, mask1, limit, abbr) {
if (!_validate(addr)) {

@@ -246,3 +246,3 @@ throw new Error('Invalid address: ' + addr);

const ptr = function (addr, mask) {
export const ptr = function (addr, mask) {
if (!_validate(addr)) {

@@ -249,0 +249,0 @@ throw new Error('Invalid address: ' + addr);

{
"name": "ip6",
"version": "0.1.6",
"version": "0.1.7",
"description": "IPv6 address helper utilities.",

@@ -5,0 +5,0 @@ "main": "ip6.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