Socket
Socket
Sign inDemoInstall

@chainsafe/ssz

Package Overview
Dependencies
Maintainers
6
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainsafe/ssz - npm Package Compare versions

Comparing version 0.14.0 to 0.14.1

2

lib/value/bitArray.d.ts

@@ -45,3 +45,3 @@ /**

*/
intersectValues<T>(values: T[]): T[];
intersectValues<T>(values: ArrayLike<T>): T[];
/**

@@ -48,0 +48,0 @@ * Returns the positions of all bits that are set to true

@@ -7,3 +7,3 @@ {

"homepage": "https://github.com/chainsafe/ssz",
"version": "0.14.0",
"version": "0.14.1",
"main": "lib/index.js",

@@ -39,4 +39,4 @@ "files": [

"dependencies": {
"@chainsafe/as-sha256": "^0.4.1",
"@chainsafe/persistent-merkle-tree": "^0.6.1"
"@chainsafe/as-sha256": "workspace:^",
"@chainsafe/persistent-merkle-tree": "workspace:^"
},

@@ -54,2 +54,2 @@ "devDependencies": {

]
}
}

Sorry, the diff of this file is not supported yet

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