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

@multiformats/murmur3

Package Overview
Dependencies
Maintainers
6
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@multiformats/murmur3 - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

test/test-basics.js

61

package.json
{
"name": "@multiformats/murmur3",
"version": "1.0.7",
"version": "1.0.8",
"description": "Multiformats Murmur3 implementations",
"main": "./cjs/index.js",
"types": "types/index.d.ts",
"scripts": {
"lint": "standard",
"build": "npm run build:js && npm run build:types",
"build:js": "ipjs build --tests --main && npm run build:copy",
"build:copy": "cp -a tsconfig.json *.js dist/",
"build:types": "npm run build:copy && cd dist && tsc --build",
"publish": "ipjs publish",
"lint": "standard",
"build:copy": "cp -a tsconfig.json *.js test dist/",
"build:types": "tsc --build && mv types dist",
"test:cjs": "npm run build && mocha dist/cjs/node-test/test-*.js && npm run test:cjs:browser",
"test:esm": "npm run build && mocha dist/esm/node-test/test-*.js && npm run test:esm:browser",
"test:node": "c8 --check-coverage --branches 100 --functions 100 --lines 100 mocha test/test-*.js",
"test:cjs:browser": "polendina --cleanup dist/cjs/browser-test/test-*.js",
"test": "npm run lint && npm run test:node && npm run test:cjs",
"test:node-v12": "mocha test/test-*.js && npm run test:cjs",
"test:esm:browser": "polendina --cleanup dist/esm/browser-test/test-*.js",
"test": "npm run lint && npm run test:node && npm run test:esm",
"test:ci": "npm run lint && npm run test:node && npm run test:esm && npm run test:cjs",
"coverage": "c8 --reporter=html mocha test/test-*.js && npm_config_yes=true npx st -d coverage -p 8080"
},
"keywords": [
"IPFS",
"IPLD",
"ipfs",
"ipld",
"multiformats",
"hash",
"multihash",
"blake2"
"murmur3"
],
"author": "Mikeal Rogers <mikeal.rogers@gmail.com> (https://www.mikealrogers.com/)",
"license": "(Apache-2.0 AND MIT)",
"exports": {
"browser": "./esm/index.js",
"require": "./cjs/index.js",
"import": "./esm/index.js"
},
"dependencies": {
"murmurhash3js-revisited": "^3.0.0",
"multiformats": "^9.4.1"
"multiformats": "^9.5.4",
"murmurhash3js-revisited": "^3.0.0"
},
"devDependencies": {
"@ipld/dag-cbor": "^6.0.5",
"c8": "^7.7.3",
"@ipld/dag-cbor": "^6.0.15",
"c8": "^7.10.0",
"chai": "^4.3.4",
"ipjs": "^5.0.2",
"mocha": "^9.0.2",
"polendina": "^2.0.0",
"standard": "^16.0.3",
"typescript": "^4.3.5"
"ipjs": "^5.2.0",
"mocha": "^9.1.3",
"polendina": "^2.0.1",
"standard": "^16.0.4",
"typescript": "^4.5.3"
},
"exports": {
"browser": "./esm/index.js",
"require": "./cjs/index.js",
"import": "./esm/index.js"
"standard": {
"ignore": [
"dist"
]
},
"directories": {
"test": "test"
},
"repository": {

@@ -53,3 +63,6 @@ "type": "git",

},
"types": "types/index.d.ts",
"bugs": {
"url": "https://github.com/multiformats/js-murmur3/issues"
},
"homepage": "https://github.com/multiformats/js-murmur3#readme",
"typesVersions": {

@@ -56,0 +69,0 @@ "*": {

@@ -36,6 +36,6 @@ {

"node_modules",
"esm",
"cjs"
"test",
"dist"
],
"compileOnSave": false
}
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