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 1.2.0 to 1.2.1

1

dist/index.d.ts
export { BitString } from './boc/BitString';
export { Cell } from './boc/Cell';
export { TonClient } from './client/TonClient';
export { TonWallet } from './client/TonWallet';
export { Address } from './address/Address';

4

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Address = exports.TonWallet = exports.TonClient = exports.BitString = void 0;
exports.Address = exports.TonWallet = exports.TonClient = exports.Cell = exports.BitString = void 0;
var BitString_1 = require("./boc/BitString");
Object.defineProperty(exports, "BitString", { enumerable: true, get: function () { return BitString_1.BitString; } });
var Cell_1 = require("./boc/Cell");
Object.defineProperty(exports, "Cell", { enumerable: true, get: function () { return Cell_1.Cell; } });
var TonClient_1 = require("./client/TonClient");

@@ -7,0 +9,0 @@ Object.defineProperty(exports, "TonClient", { enumerable: true, get: function () { return TonClient_1.TonClient; } });

{
"name": "ton",
"version": "1.2.0",
"version": "1.2.1",
"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