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

uport-lite

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uport-lite - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

lib/index.js
'use strict';
var BASE58 = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz';
var base58 = require('base-x')(BASE58);
var hex = require('base-x')('0123456789abcdef');
var base58 = require('base-x-bytearray')(BASE58);
var hex = require('base-x-bytearray')('0123456789abcdef');

@@ -7,0 +7,0 @@ var XMLHttpRequest = require('./lib/XMLHttpRequest');

{
"name": "uport-lite",
"version": "0.2.0",
"version": "0.2.1",
"description": "Lightweight library for looking up public profiles on uport-registry",

@@ -25,3 +25,3 @@ "main": "lib/index.js",

"dependencies": {
"base-x": "pelle/base-x#7e1e36c751ef743f94bb08b61412ea2a525ae196",
"base-x-bytearray": "^0.1.0",
"xmlhttprequest": "^1.8.0"

@@ -28,0 +28,0 @@ },

var BASE58 = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz'
var base58 = require('base-x')(BASE58)
var hex = require('base-x')('0123456789abcdef')
var base58 = require('base-x-bytearray')(BASE58)
var hex = require('base-x-bytearray')('0123456789abcdef')

@@ -5,0 +5,0 @@ const XMLHttpRequest = require('./lib/XMLHttpRequest')

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