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 4.21.1 to 4.21.2

6

dist/client/api/HttpApi.js

@@ -135,5 +135,9 @@ "use strict";

let res = await this.doCall('getTransactions', { address: address.toString(), ...opts, limit, hash }, getTransactions);
if (res.length > limit) {
res = res.slice(0, limit);
}
// Adjust result
if (opts.hash && opts.lt) {
return res.slice(1);
res.shift();
return res;
}

@@ -140,0 +144,0 @@ else {

4

dist/client/api/HttpApi.spec.js

@@ -42,4 +42,4 @@ "use strict";

});
console.warn(tx1);
console.warn(tx2);
expect(tx1.length).toBe(10);
expect(tx2.length).toBe(10);
});

@@ -46,0 +46,0 @@ it('should get masterchain info', async () => {

{
"name": "ton",
"version": "4.21.1",
"version": "4.21.2",
"repository": "https://github.com/ex3ndr/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