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

@digix/react-ledger-container

Package Overview
Dependencies
Maintainers
8
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digix/react-ledger-container - npm Package Compare versions

Comparing version

to
0.1.7

36

lib/index.js

@@ -219,8 +219,21 @@ 'use strict';

null,
'Please connect Ledger, open the Ethereum app and enable ',
'Please use Chrome, Opera or Firefox with a U2F extension. After connecting your Ledger, open the Ethereum app and make sure ',
_react2.default.createElement(
'i',
null,
'Browser Mode'
)
'Contract Data'
),
'is enabled in ',
_react2.default.createElement(
'i',
null,
'Settings'
),
'. If there is a setting for ',
_react2.default.createElement(
'i',
null,
'Broswer Mode'
),
' (for old firmware versions), you need to enable it as well.'
);

@@ -236,16 +249,21 @@ }

null,
'Open the Ethereum app on Ledger Wallet and ensure ',
'Please use Chrome, Opera or Firefox with a U2F extension. After connecting your Ledger, open the Ethereum app and make sure ',
_react2.default.createElement(
'i',
null,
'Browser Mode'
'Contract Data'
),
' and',
' ',
'is enabled in ',
_react2.default.createElement(
'i',
null,
'Contract Data'
'Settings'
),
' is enabled.'
'. If there is a setting for ',
_react2.default.createElement(
'i',
null,
'Broswer Mode'
),
' (for old firmware versions), you need to enable it as well.'
);

@@ -252,0 +270,0 @@ if (this.props.renderError) {

{
"name": "@digix/react-ledger-container",
"version": "0.1.6",
"version": "0.1.7",
"description": "React component for handling Ledger connectivity",

@@ -5,0 +5,0 @@ "author": "Chris Hitchcott <hitchcott@gmail.com> (http://hitchcott.com)",

@@ -161,3 +161,6 @@ /* eslint-disable no-param-reassign, new-cap, react/require-default-props */

<span>
Please connect Ledger, open the Ethereum app and enable <i>Browser Mode</i>
Please use Chrome, Opera or Firefox with a U2F extension.
After connecting your Ledger, open the Ethereum app and make sure <i>Contract Data</i>
is enabled in <i>Settings</i>. If there is a setting for <i>Broswer Mode</i> (for old
firmware versions), you need to enable it as well.
</span>

@@ -170,4 +173,6 @@ );

<span>
Open the Ethereum app on Ledger Wallet and ensure <i>Browser Mode</i> and{' '}
<i>Contract Data</i> is enabled.
Please use Chrome, Opera or Firefox with a U2F extension.
After connecting your Ledger, open the Ethereum app and make sure <i>Contract Data</i>
is enabled in <i>Settings</i>. If there is a setting for <i>Broswer Mode</i> (for old
firmware versions), you need to enable it as well.
</span>

@@ -174,0 +179,0 @@ );