@swyftx/api-crypto-address-validator
Advanced tools
Comparing version 1.0.0 to 1.0.1
const Validator = require('../src/wallet_address_validator.js') | ||
console.log(Validator.validate('0xda816e2122a8a39b0926bfa84edd3d42477e9efd', 'zrx')) |
@@ -0,0 +0,0 @@ // Karma configuration |
@@ -30,3 +30,3 @@ { | ||
], | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Swyftx", | ||
@@ -46,5 +46,2 @@ "contributors": [ | ||
"main": "src/wallet_address_validator", | ||
"engines": { | ||
"node": "*" | ||
}, | ||
"scripts": { | ||
@@ -56,3 +53,4 @@ "bundle": "browserify src/wallet_address_validator.js --standalone WAValidator --outfile dist/wallet-address-validator.js", | ||
"test": "npm run test:node && npm run test:browser", | ||
"start": "npm run bundle && npm run minify && npm test" | ||
"start": "npm run bundle && npm run minify && npm test", | ||
"newversion": "yarn upgrade && yarn version --new-version" | ||
}, | ||
@@ -74,5 +72,5 @@ "dependencies": { | ||
"mocha": "^5.0.2", | ||
"uglify-es": "^3.3.13", | ||
"standard": "^12.0.1" | ||
"standard": "^12.0.1", | ||
"uglify-es": "^3.3.10" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # wallet-address-validator |
@@ -0,0 +0,0 @@ var base58 = require('./crypto/base58') |
@@ -0,0 +0,0 @@ var cbor = require('cbor-js') |
@@ -0,0 +0,0 @@ // Base58 encoding/decoding |
@@ -0,0 +0,0 @@ // Copyright (c) 2017 Pieter Wuille |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -0,0 +0,0 @@ var JSBigInt = require('./biginteger')['JSBigInt'] |
@@ -0,0 +0,0 @@ // Copyright (c) 2017 Pieter Wuille |
@@ -0,0 +0,0 @@ /* global self */ |
@@ -0,0 +0,0 @@ var JsSHA = require('jssha/src/sha256') |
@@ -0,0 +0,0 @@ var XRPValidator = require('./ripple_validator') |
@@ -0,0 +0,0 @@ function isValidEOSAddress (address, currency, networkType) { |
@@ -0,0 +0,0 @@ var cryptoUtils = require('./crypto/utils') |
@@ -0,0 +0,0 @@ var IOTA = require('@iota/validators') |
@@ -0,0 +0,0 @@ function isValidLiskAddress (address, currency, networkType) { |
@@ -0,0 +0,0 @@ var cryptoUtils = require('./crypto/utils') |
@@ -0,0 +0,0 @@ var cryptoUtils = require('./crypto/utils') |
@@ -0,0 +0,0 @@ var cryptoUtils = require('./crypto/utils') |
@@ -0,0 +0,0 @@ var currencies = require('./currencies') |
@@ -0,0 +0,0 @@ var isNode = typeof module !== 'undefined' && typeof module.exports !== 'undefined'; |
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
1028074
34
17707
6
2