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

ton

Package Overview
Dependencies
Maintainers
3
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ton - npm Package Compare versions

Comparing version 12.2.7 to 12.2.8

3

dist/boc/BitString.js

@@ -267,5 +267,2 @@ "use strict";

}
if (src.length !== this.length) {
return false;
}
let sr = new __1.BitStringReader(src);

@@ -272,0 +269,0 @@ let tr = new __1.BitStringReader(this);

7

dist/boc/Cell.spec.js

@@ -28,5 +28,10 @@ "use strict";

for (let i = 0; i < cell.length; i++) {
expect(await cell[i].hash()).toEqual(Buffer.from(await nativeCell[i].hash()));
expect(cell[i].hash()).toEqual(Buffer.from(await nativeCell[i].hash()));
}
});
it('should correctly compare after deserialization', () => {
const cell = new Cell_1.Cell().withData("0101");
const cellboc = Cell_1.Cell.fromBoc(cell.toBoc({ idx: false }))[0];
expect(cell.equals(cellboc)).toBe(true);
});
});
{
"name": "ton",
"version": "12.2.7",
"version": "12.2.8",
"repository": "https://github.com/tonwhales/ton.git",

@@ -5,0 +5,0 @@ "author": "Steve Korshakov <steve@korshakov.com>",

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