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 0.28.2 to 0.28.3

15

package.json
{
"name": "@polkadot/trie-hash",
"version": "0.28.2",
"version": "0.28.3",
"description": "Creation of triehash values",

@@ -30,13 +30,8 @@ "main": "index.js",

"homepage": "https://github.com/polkadot-js/common/tree/master/packages/trie-hash#readme",
"scripts": {
"build": "polkadot-dev-build-babel && polkadot-dev-build-docs",
"check": "eslint src && flow check",
"test": "echo \"Tests only available from root wrapper\""
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.51",
"@polkadot/util": "^0.28.2",
"@polkadot/util-crypto": "^0.28.2",
"@polkadot/util-rlp": "^0.28.2"
"@babel/runtime": "^7.0.0-rc.1",
"@polkadot/util": "^0.28.3",
"@polkadot/util-crypto": "^0.28.3",
"@polkadot/util-rlp": "^0.28.3"
}
}

@@ -10,3 +10,3 @@ "use strict";

var _keys = _interopRequireDefault(require("@babel/runtime/core-js/object/keys"));
require("core-js/modules/web.dom.iterable");

@@ -25,3 +25,3 @@ require("core-js/modules/es6.array.sort");

}, {});
return (0, _keys.default)(map).sort().map(key => map[key]);
return Object.keys(map).sort().map(key => map[key]);
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc