@multiformats/murmur3
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -11,3 +11,3 @@ 'use strict'; | ||
const {assert} = chai__default['default']; | ||
const {assert} = chai__default["default"]; | ||
const fixtures = [ | ||
@@ -14,0 +14,0 @@ [ |
@@ -24,3 +24,3 @@ 'use strict'; | ||
code: 35, | ||
encode: input => fromNumberTo32BitBuf(mur__default['default'].x86.hash32(input)) | ||
encode: input => fromNumberTo32BitBuf(mur__default["default"].x86.hash32(input)) | ||
}); | ||
@@ -30,3 +30,3 @@ const murmur3128 = hasher.from({ | ||
code: 34, | ||
encode: input => multiformats.bytes.fromHex(mur__default['default'].x64.hash128(input)) | ||
encode: input => multiformats.bytes.fromHex(mur__default["default"].x64.hash128(input)) | ||
}); | ||
@@ -33,0 +33,0 @@ |
@@ -11,3 +11,3 @@ 'use strict'; | ||
const {assert} = chai__default['default']; | ||
const {assert} = chai__default["default"]; | ||
const fixtures = [ | ||
@@ -14,0 +14,0 @@ [ |
{ | ||
"name": "@multiformats/murmur3", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Multiformats Murmur3 implementations", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/index.js", |
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