Socket
Socket
Sign inDemoInstall

@chainsafe/ssz

Package Overview
Dependencies
Maintainers
5
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.9.1 to 0.9.2

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.9.2](https://github.com/chainsafe/ssz/compare/@chainsafe/ssz@0.9.1...@chainsafe/ssz@0.9.2) (2022-05-31)
* Fix ListCompositeType.sliceTo(-1) (#268)
## [0.9.1](https://github.com/chainsafe/ssz/compare/@chainsafe/ssz@0.9.0...@chainsafe/ssz@0.9.1) (2022-04-14)

@@ -8,0 +12,0 @@

@@ -24,2 +24,4 @@ import { Node } from "@chainsafe/persistent-merkle-tree";

* To achieve it, rebinds the underlying tree zero-ing all nodes right of `index`.
*
* Note: Using index = -1, returns an empty list of length 0.
*/

@@ -26,0 +28,0 @@ sliceTo(index: number): this;

@@ -34,2 +34,4 @@ "use strict";

* To achieve it, rebinds the underlying tree zero-ing all nodes right of `index`.
*
* Note: Using index = -1, returns an empty list of length 0.
*/

@@ -36,0 +38,0 @@ sliceTo(index) {

6

package.json

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

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

@@ -40,3 +40,3 @@ "files": [

"@chainsafe/as-sha256": "^0.3.1",
"@chainsafe/persistent-merkle-tree": "^0.4.1",
"@chainsafe/persistent-merkle-tree": "^0.4.2",
"case": "^1.6.3"

@@ -55,3 +55,3 @@ },

],
"gitHead": "42c30c4c797ef1ec06ef0139d4967c4725dca4e7"
"gitHead": "2199073977689e7949428561a1df970812ac668b"
}

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