@cardano-sdk/core
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "@cardano-sdk/core", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Core types and libraries for Cardano", | ||
@@ -18,17 +18,20 @@ "engines": { | ||
"test": "jest -c ./jest.config.js", | ||
"coverage": "shx echo No coverage report for this package" | ||
"coverage": "shx echo No coverage report for this package", | ||
"prepack": "yarn build" | ||
}, | ||
"devDependencies": { | ||
"@cardano-sdk/util-dev": "0.1.3", | ||
"@cardano-sdk/util-dev": "0.1.5", | ||
"shx": "^0.3.3" | ||
}, | ||
"browser": { | ||
"./dist/CSL/nodejs.js": false | ||
}, | ||
"dependencies": { | ||
"@cardano-ogmios/schema": "4.1.0", | ||
"@emurgo/cardano-serialization-lib-nodejs": "9.1.0", | ||
"@emurgo/cardano-serialization-lib-browser": "9.1.0", | ||
"buffer": "^6.0.3" | ||
} | ||
"@emurgo/cardano-serialization-lib-browser": "9.1.0" | ||
}, | ||
"files": [ | ||
"dist/*", | ||
"!dist/tsconfig.tsbuildinfo", | ||
"LICENSE", | ||
"NOTICE" | ||
] | ||
} |
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
88649
3
144
1051
3
1
- Removedbuffer@^6.0.3
- Removedbase64-js@1.5.1(transitive)
- Removedbuffer@6.0.3(transitive)
- Removedieee754@1.2.1(transitive)