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

apollo-link-ethereum

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-link-ethereum - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

lib/utils/index.d.ts

7

dist/bundle.umd.js

@@ -202,3 +202,8 @@ (function (global, factory) {

}
return accumulator;
if (accumulator.length) {
return accumulator;
}
else {
return null;
}
}

@@ -205,0 +210,0 @@

@@ -38,4 +38,9 @@ export function promiseEntry(promise) {

}
return accumulator;
if (accumulator.length) {
return accumulator;
}
else {
return null;
}
}
//# sourceMappingURL=resolvePromises.js.map

4

package.json
{
"name": "apollo-link-ethereum",
"version": "0.0.23",
"version": "0.0.24",
"main": "./dist/bundle.umd.js",

@@ -34,3 +34,3 @@ "modules": "./lib/index.js",

},
"gitHead": "fc855eb003b2f46e379a351eeab63f7f494b954e"
"gitHead": "89ff97baad460bad3fad366c958e93a80e1dc51f"
}

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