uport-lite
Advanced tools
Comparing version 0.2.0 to 0.2.1
'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') |
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
22148
0
0
+ Addedbase-x-bytearray@^0.1.0
+ Addedbase-x-bytearray@0.1.3(transitive)
- Removedbase-x@pelle/base-x#7e1e36c751ef743f94bb08b61412ea2a525ae196