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

@multiformats/murmur3

Package Overview
Dependencies
Maintainers
4
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 0.0.4 to 0.0.5

coverage/tmp/coverage-3994-1592872848826-0.json

25

package.json
{
"name": "@multiformats/murmur3",
"version": "0.0.4",
"version": "0.0.5",
"description": "",

@@ -8,8 +8,15 @@ "main": "index.js",

"scripts": {
"pre:test": "standard",
"test:node": "hundreds mocha test.js",
"test:browser": "polendina --cleanup test.js",
"test": "npm run pre:test && npm run test:node && npm run test:browser",
"coverage": "c8 --reporter=html mocha test.js && npx st -d coverage -p 8080"
"build": "rollup --config rollup.config.js",
"prepublishOnly": "npm run build",
"lint": "standard",
"test:cjs": "npm run build && mocha dist/test/test-*.cjs",
"test:node": "hundreds mocha test/test-*.js",
"test:browser": "polendina --cleanup test/test-*.js",
"test": "npm run lint && npm run test:node && npm run test:browser && npm run test:cjs",
"coverage": "c8 --reporter=html mocha test/test-*.js && npx st -d coverage -p 8080"
},
"exports": {
"require": "./dist/index.cjs",
"import": "./index.js"
},
"keywords": [],

@@ -23,8 +30,10 @@ "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (https://www.mikealrogers.com/)",

"devDependencies": {
"hundreds": "0.0.4",
"globby": "^11.0.1",
"hundreds": "0.0.7",
"mocha": "^8.0.1",
"multiformats": "^1.0.1",
"multiformats": "^1.1.9",
"polendina": "^1.0.0",
"rollup": "^2.18.0",
"standard": "^14.3.4"
}
}
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