Comparing version 3.1.0 to 3.1.1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
208192
7216