New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jingtum-base-lib

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jingtum-base-lib - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

7

package.json
{
"name": "jingtum-base-lib",
"version": "1.0.3",
"version": "1.0.4",
"description": "jingtum base lib for wallet and so on.",

@@ -18,3 +18,3 @@ "main": "index.js",

],
"author": "landoyjx",
"author": "landoyjx,wudan_npm",
"license": "Apache-2.0",

@@ -43,3 +43,6 @@ "dependencies": {

"webpack": "^1.13.3"
},
"directories": {
"test": "test"
}
}

@@ -29,3 +29,9 @@ #The Jingtum Base JavaScript Library

Add basic type for validation and incoming network operations
var Wallet = require('jingtum-base-lib').Wallet;
var wallet1 = Wallet.generate();//get a wallet
var wallet2 = Wallet.fromSecret('saai2npGJD7GKh9xLxARfZXkkc8Bf');//get a wallet by secret
var ret = Wallet.isValidAddress('j98a2BFmVQDSCvQEQEAF9tE8JWpvLqRuUM');// whether the address is valid
var ret = Wallet.isValidSecret('saai2npGJD7GKh9xLxARfZXk kc8Bf');// whether the secret is valid

Sorry, the diff of this file is not supported yet

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