New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@polkadot/trie-hash

Package Overview
Dependencies
Maintainers
1
Versions
372
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/trie-hash - npm Package Compare versions

Comparing version

to
0.94.0-beta.7

8

package.json
{
"name": "@polkadot/trie-hash",
"version": "0.94.0-beta.6",
"version": "0.94.0-beta.7",
"description": "Generates trie roots from key-value pairs",

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

"dependencies": {
"@babel/runtime": "^7.5.2",
"@polkadot/util": "^0.94.0-beta.6"
"@babel/runtime": "^7.5.4",
"@polkadot/util": "^0.94.0-beta.7"
},
"devDependencies": {
"@polkadot/chainspec": "^0.94.0-beta.6"
"@polkadot/chainspec": "^0.94.0-beta.7"
}
}