jupiter-node-sdk
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "jupiter-node-sdk", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A thin wrapper around the Jupiter blockchain APIs.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
import Encryption from './Encryption' | ||
import JupiterClient from './JupiterClient' | ||
import { generatePassphrase } from './utils' | ||
export default JupiterClient | ||
export { Encryption } | ||
export { Encryption, generatePassphrase } |
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
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
93476
4229