Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@saberhq/token-utils

Package Overview
Dependencies
Maintainers
2
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saberhq/token-utils - npm Package Compare versions

Comparing version 0.8.0 to 0.8.2

1

dist/index.d.ts

@@ -8,2 +8,3 @@ export * from "./ata";

export { BigintIsh, Fraction, IFormatUint, makeDecimalMultiplier, MAX_U64, MAX_U256, NumberFormat, ONE, parseBigintIsh, Percent, Rounding, TEN, validateU64, validateU256, ZERO, } from "@ubeswap/token-math";
export { TOKEN_PROGRAM_ID } from "@solana/spl-token";
//# sourceMappingURL=index.d.ts.map

5

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ZERO = exports.validateU256 = exports.validateU64 = exports.TEN = exports.Rounding = exports.Percent = exports.parseBigintIsh = exports.ONE = exports.MAX_U256 = exports.MAX_U64 = exports.makeDecimalMultiplier = exports.Fraction = void 0;
exports.TOKEN_PROGRAM_ID = exports.ZERO = exports.validateU256 = exports.validateU64 = exports.TEN = exports.Rounding = exports.Percent = exports.parseBigintIsh = exports.ONE = exports.MAX_U256 = exports.MAX_U64 = exports.makeDecimalMultiplier = exports.Fraction = void 0;
const tslib_1 = require("tslib");

@@ -26,2 +26,5 @@ tslib_1.__exportStar(require("./ata"), exports);

Object.defineProperty(exports, "ZERO", { enumerable: true, get: function () { return token_math_1.ZERO; } });
// re-export TOKEN_PROGRAM_ID
var spl_token_1 = require("@solana/spl-token");
Object.defineProperty(exports, "TOKEN_PROGRAM_ID", { enumerable: true, get: function () { return spl_token_1.TOKEN_PROGRAM_ID; } });
//# sourceMappingURL=index.js.map
{
"name": "@saberhq/token-utils",
"version": "0.8.0",
"version": "0.8.2",
"repository": "git@github.com:saber-hq/solana-common.git",

@@ -33,3 +33,3 @@ "author": "Ian Macalinao <ian@saber.so>",

},
"gitHead": "b8b4fc42049e4c212db1a94aa137ab19c5a3d661"
"gitHead": "48b8da05a4b724a2df674a80e6913b2e48ee74a4"
}

@@ -27,1 +27,4 @@ export * from "./ata";

} from "@ubeswap/token-math";
// re-export TOKEN_PROGRAM_ID
export { TOKEN_PROGRAM_ID } from "@solana/spl-token";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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