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 11.16.0 to 11.17.0

4

dist/client/TonClient4.d.ts

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

type: "active";
code: string;
data: string;
code: string | null;
data: string | null;
} | {

@@ -63,0 +63,0 @@ type: "frozen";

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

t.type({ type: t.literal('uninit') }),
t.type({ type: t.literal('active'), code: t.string, data: t.string }),
t.type({ type: t.literal('active'), code: t.union([t.string, t.null]), data: t.union([t.string, t.null]) }),
t.type({ type: t.literal('frozen'), stateHash: t.string })

@@ -196,0 +196,0 @@ ]),

{
"name": "ton",
"version": "11.16.0",
"version": "11.17.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