@ipld/dag-json
Advanced tools
Comparing version 3.0.14 to 3.0.15
{ | ||
"name": "@ipld/dag-json", | ||
"version": "3.0.14", | ||
"version": "3.0.15", | ||
"description": "JSON Directed Acrylic Graph for IPLD", | ||
"type": "module", | ||
"directories": { | ||
@@ -20,3 +19,7 @@ "test": "test" | ||
"exports": { | ||
"import": "./index.js" | ||
"import": { | ||
"require": "./cjs/index.js", | ||
"import": "./esm/index.js", | ||
"browser": "./esm/index.js" | ||
} | ||
}, | ||
@@ -37,5 +40,5 @@ "repository": { | ||
"mocha": "^8.1.1", | ||
"multiformats": "3.0.0", | ||
"multiformats": "3.0.3", | ||
"polendina": "^1.1.0", | ||
"rollup": "^2.26.3", | ||
"rollup": "^2.26.4", | ||
"standard": "^14.3.4" | ||
@@ -47,3 +50,6 @@ }, | ||
"lodash.transform": "^4.6.0" | ||
}, | ||
"browser": { | ||
"import": "./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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6956
5
132
No