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

@tiplink/api

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiplink/api - npm Package Compare versions

Comparing version 0.1.3 to 0.1.5-beta1

dist/client.d.ts

2

dist/index.d.ts

@@ -10,1 +10,3 @@ import { Keypair } from '@solana/web3.js';

}
import { TipLinkClient } from './client';
export { TipLinkClient };

4

dist/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.TipLink = void 0;
exports.TipLinkClient = exports.TipLink = void 0;
const web3_js_1 = require("@solana/web3.js");

@@ -80,1 +80,3 @@ const libsodium_wrappers_sumo_1 = __importDefault(require("libsodium-wrappers-sumo"));

exports.TipLink = TipLink;
const client_1 = require("./client");
Object.defineProperty(exports, "TipLinkClient", { enumerable: true, get: function () { return client_1.TipLinkClient; } });
{
"name": "@tiplink/api",
"version": "0.1.3",
"version": "0.1.5-beta1",
"description": "Api for creating and sending TipLinks",

@@ -20,3 +20,7 @@ "main": "dist/index.js",

"libsodium": "^0.7.11",
"libsodium-wrappers-sumo": "^0.7.11"
"libsodium-wrappers-sumo": "^0.7.11",
"nanoid": "^3.3.6",
"sodium-plus": "^0.9.0",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1"
},

@@ -23,0 +27,0 @@ "devDependencies": {

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