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.6 to 12.2.7

8

dist/boc/TupleSlice4.js

@@ -41,3 +41,3 @@ "use strict";

let r = this.readBigNumberOpt();
if (r) {
if (r !== null) {
return r.toNumber();

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

let res = this.readNumberOpt();
if (res) {
if (res !== null) {
return res === 0 ? false : true;

@@ -65,3 +65,3 @@ }

let r = this.readCell().beginParse().readAddress();
if (r) {
if (r !== null) {
return r;

@@ -75,3 +75,3 @@ }

let r = this.readCellOpt();
if (r) {
if (r !== null) {
return r.beginParse().readAddress();

@@ -78,0 +78,0 @@ }

{
"name": "ton",
"version": "12.2.6",
"version": "12.2.7",
"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