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

@nested-finance/lego-contracts

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nested-finance/lego-contracts - npm Package Compare versions

Comparing version 1.5.11 to 1.5.12

6

0x.js

@@ -55,3 +55,7 @@ "use strict";

while (true) {
const response = await fetchLimited(url);
const response = await fetchLimited(url, {
headers: {
'0x-api-key': '804a2ea2-e25e-4979-9df4-f5d7e8ccb52a',
},
});
// 429: too many requests => retry 10 times, over 5 seconds

@@ -58,0 +62,0 @@ if (response.status === 429) {

2

package.json
{
"name": "@nested-finance/lego-contracts",
"version": "1.5.11",
"version": "1.5.12",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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