@multiformats/murmur3
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"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 | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
17234
17
328
0
0
1
Updatedmultiformats@^9.5.4