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

@augurproject/utils

Package Overview
Dependencies
Maintainers
6
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@augurproject/utils - npm Package Compare versions

Comparing version 2.1.1 to 2.1.6

2

build/gasStation.js

@@ -24,3 +24,3 @@ "use strict";

const now = Number(new Date());
if (lastcall + rateLimitMS < now) {
if (!cached || (lastcall + rateLimitMS < now)) {
lastcall = now;

@@ -27,0 +27,0 @@ cached = await axios_1.default.get('https://safe-relay.gnosis.io/api/v1/gas-station/')

{
"name": "@augurproject/utils",
"version": "2.1.1",
"version": "2.1.6",
"description": "Grab bag of formatting and ABI encoding/decoding functions",

@@ -23,3 +23,3 @@ "author": "The Augur Developers <team@augur.net>",

},
"gitHead": "87eed3408cc4651584b331acf069761602c475c0"
"gitHead": "3387af107f47602405902bd5eb97a0532c8fdd58"
}

@@ -39,3 +39,3 @@ import axios from 'axios';

const now = Number(new Date());
if (lastcall + rateLimitMS < now) {
if (!cached || (lastcall + rateLimitMS < now)) {
lastcall = now;

@@ -42,0 +42,0 @@ cached = await axios.get('https://safe-relay.gnosis.io/api/v1/gas-station/')

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