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.12 to 0.0.13

1

dist/bundle.umd.js

@@ -301,3 +301,2 @@ (function (global, factory) {

var isEthereum = apolloUtilities.hasDirectives(['contract', 'block'], query);
console.log('isEthereum: ', isEthereum);
if (!isEthereum) {

@@ -304,0 +303,0 @@ return forward ? forward(operation) : null;

@@ -32,3 +32,2 @@ var __extends = (this && this.__extends) || (function () {

var isEthereum = hasDirectives(['contract', 'block'], query);
console.log('isEthereum: ', isEthereum);
if (!isEthereum) {

@@ -35,0 +34,0 @@ return forward ? forward(operation) : null;

4

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

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

},
"gitHead": "7bc4343ab513ec2009887f0d838aee5255ec6799"
"gitHead": "30e4c337a169f8060cf77703666802bdd1ce5ec5"
}

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