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

@swyftx/api-crypto-address-validator

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swyftx/api-crypto-address-validator - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

tagAsLatest.ci.js

0

debug/index.js
const Validator = require('../src/wallet_address_validator.js')
console.log(Validator.validate('0xda816e2122a8a39b0926bfa84edd3d42477e9efd', 'zrx'))

@@ -0,0 +0,0 @@ // Karma configuration

12

package.json

@@ -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

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