@ipld/dag-cbor
Advanced tools
Comparing version 1.0.6 to 1.1.0
{ | ||
"name": "@ipld/dag-cbor", | ||
"version": "1.0.6", | ||
"version": "1.1.0", | ||
"description": "JS implementation of dag-cbor", | ||
@@ -8,7 +8,14 @@ "main": "src/index.js", | ||
"scripts": { | ||
"test": "hundreds mocha test/test-*.js && npm run test:browser", | ||
"build": "rollup --config rollup.config.js", | ||
"prepublishOnly": "npm run build", | ||
"lint": "standard", | ||
"test:cjs": "npm run build && mocha test/cjs/test.cjs", | ||
"test:node": "hundreds mocha test/test-*.js", | ||
"test:browser": "polendina --cleanup test/test-*.js", | ||
"coverage": "nyc --reporter=html mocha test/test-*.js && npx st -d coverage -p 8080", | ||
"pretest": "standard" | ||
"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" | ||
}, | ||
"repository": { | ||
@@ -32,6 +39,7 @@ "type": "git", | ||
"garbage": "0.0.0", | ||
"hundreds": "0.0.4", | ||
"hundreds": "0.0.7", | ||
"mocha": "^8.0.1", | ||
"multiformats": "1.0.7", | ||
"multiformats": "1.1.2", | ||
"polendina": "^1.0.0", | ||
"rollup": "^2.17.1", | ||
"standard": "^14.3.4" | ||
@@ -38,0 +46,0 @@ }, |
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
23766
8
243
7