Comparing version 5.4.15 to 5.4.16
@@ -143,3 +143,3 @@ /* jshint node: true */ | ||
function hasDuplicates(arr, fn) { | ||
var obj = {}; | ||
var obj = Object.create(null); | ||
var i, l, elem; | ||
@@ -146,0 +146,0 @@ for (i = 0, l = arr.length; i < l; i++) { |
{ | ||
"name": "avsc", | ||
"version": "5.4.15", | ||
"version": "5.4.16", | ||
"description": "Avro for JavaScript", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/mtth/avsc", |
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
259514