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

@rainbow-me/rainbow-common

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rainbow-me/rainbow-common - npm Package Compare versions

Comparing version 0.8.6 to 0.8.7

2

package.json
{
"name": "@rainbow-me/rainbow-common",
"description": "Common library for web and mobile",
"version": "0.8.6",
"version": "0.8.7",
"author": "Jin Chung <jin@rainbow.me>",

@@ -6,0 +6,0 @@ "license": "GPL-3.0",

@@ -0,1 +1,2 @@

import { REACT_APP_OPENSEA_API_KEY } from 'react-native-dotenv';
import axios from 'axios';

@@ -13,2 +14,3 @@ import { parseAccountUniqueTokens } from './parsers';

Accept: 'application/json',
'X-API-KEY': REACT_APP_OPENSEA_API_KEY,
},

@@ -15,0 +17,0 @@ });

@@ -70,3 +70,3 @@ import { isEmpty } from 'lodash';

dispatch(transactionsLoadState());
//dispatch(uniswapLoadState());
dispatch(uniswapLoadState());
};

@@ -113,3 +113,4 @@

const getUniqueTokens = dispatch(assetsGetUniqueTokens());
return Promise.all([getBalances, getUniqueTokens]);
const getUniswap = dispatch(uniswapUpdateState());
return Promise.all([getBalances, getUniswap, getUniqueTokens]);
};

@@ -128,3 +129,3 @@

});
//dispatch(uniswapUpdateState());
dispatch(uniswapUpdateState());
dispatch(getNativePrices()).then(() => {

@@ -131,0 +132,0 @@ resolve(true);

Sorry, the diff of this file is too big to display

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