@tiplink/api
Advanced tools
Comparing version 0.1.3 to 0.1.5-beta1
@@ -10,1 +10,3 @@ import { Keypair } from '@solana/web3.js'; | ||
} | ||
import { TipLinkClient } from './client'; | ||
export { TipLinkClient }; |
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41131
9
867
8
2
+ Addednanoid@^3.3.6
+ Addedsodium-plus@^0.9.0
+ Addedtweetnacl@^1.0.3
+ Addedtweetnacl-util@^0.15.1
+ Added@noble/hashes@1.6.1(transitive)
+ Addedbig-integer@1.6.52(transitive)
+ Addedbuffer@5.7.1(transitive)
+ Addedis-typedarray@1.0.0(transitive)
+ Addedjayson@4.1.3(transitive)
+ Addedlibsodium-wrappers@0.7.15(transitive)
+ Addednanoid@3.3.8(transitive)
+ Addedpoly1305-js@0.4.4(transitive)
+ Addedsodium-native@3.4.1(transitive)
+ Addedsodium-plus@0.9.0(transitive)
+ Addedtweetnacl@1.0.3(transitive)
+ Addedtweetnacl-util@0.15.1(transitive)
+ Addedtypedarray-to-buffer@3.1.5(transitive)
+ Addedxsalsa20@1.2.0(transitive)
- Removedjayson@4.1.2(transitive)