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

ipv6

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipv6 - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

8

ipv6.js

@@ -228,9 +228,5 @@ if (typeof exports !== 'undefined') {

v4.Address.prototype.toArray = function () {
var array = new Array(4);
this.parsedAddress.map(function (part, index) {
array[index] = parseInt(part, 10);
return this.parsedAddress.map(function (part) {
return parseInt(part, 10);
});
return array;
};

@@ -237,0 +233,0 @@

@@ -9,3 +9,3 @@ {

],
"version": "3.1.0",
"version": "3.1.1",
"author": "Beau Gunderson <beau@beaugunderson.com>",

@@ -12,0 +12,0 @@ "license": "MIT",

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