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 9.7.0 to 9.8.0

1

dist/boc/Builder.d.ts

@@ -21,4 +21,5 @@ /// <reference types="node" />

storeDict: (src: Cell | null) => this;
storeRefMaybe: (src: Cell | null) => this;
endCell(): Cell;
}
export declare function beginCell(): Builder;

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

};
this.storeRefMaybe = (src) => {
return this.storeDict(src);
};
}

@@ -96,0 +99,0 @@ endCell() {

6

dist/client/api/HttpApi.js

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

async getTransactions(address, opts) {
const inclusive = opts.inclusive;
delete opts.inclusive;
// Convert hash

@@ -207,3 +209,3 @@ let hash = undefined;

let limit = opts.limit;
if (opts.hash && opts.lt && opts.inclusive !== true) {
if (opts.hash && opts.lt && inclusive !== true) {
limit++;

@@ -217,3 +219,3 @@ }

// Adjust result
if (opts.hash && opts.lt && opts.inclusive !== true) {
if (opts.hash && opts.lt && inclusive !== true) {
res.shift();

@@ -220,0 +222,0 @@ return res;

{
"name": "ton",
"version": "9.7.0",
"version": "9.8.0",
"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