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.7.2 to 0.7.3

dist/ata.d.ts

2

dist/index.d.ts

@@ -0,1 +1,3 @@

export * from "./ata";
export * from "./instructions";
export * from "./layout";

@@ -2,0 +4,0 @@ export * from "./price";

@@ -5,2 +5,4 @@ "use strict";

const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./ata"), exports);
tslib_1.__exportStar(require("./instructions"), exports);
tslib_1.__exportStar(require("./layout"), exports);

@@ -7,0 +9,0 @@ tslib_1.__exportStar(require("./price"), exports);

6

package.json
{
"name": "@saberhq/token-utils",
"version": "0.7.2",
"version": "0.7.3",
"repository": "git@github.com:saber-hq/solana-common.git",

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

"dependencies": {
"@saberhq/solana": "^0.7.1",
"@saberhq/solana": "^0.7.3",
"@solana/spl-token": "^0.1.5",

@@ -34,3 +34,3 @@ "@solana/spl-token-registry": "^0.2.206",

},
"gitHead": "35fb0ed59f568509eb19a87a601db505f918051c"
"gitHead": "93f7ff4dd76300f7529fcd8efd89210f2bf7f11d"
}

@@ -0,1 +1,3 @@

export * from "./ata";
export * from "./instructions";
export * from "./layout";

@@ -2,0 +4,0 @@ export * from "./price";

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