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.18 to 0.0.19

4

dist/bundle.umd.js

@@ -226,4 +226,4 @@ (function (global, factory) {

contractDirectives = info.directives.contract || {};
var __typename = contractDirectives.type;
var id = contractDirectives.id;
var __typename = contractDirectives.type || fieldName;
var id = contractDirectives.id || 'global';
result = {

@@ -230,0 +230,0 @@ __typename: __typename, id: id

@@ -24,4 +24,4 @@ import { Observable } from 'apollo-link';

contractDirectives = info.directives.contract || {};
var __typename = contractDirectives.type;
var id = contractDirectives.id;
var __typename = contractDirectives.type || fieldName;
var id = contractDirectives.id || 'global';
result = {

@@ -28,0 +28,0 @@ __typename: __typename, id: id

{
"name": "apollo-link-ethereum",
"version": "0.0.18",
"version": "0.0.19",
"main": "./dist/bundle.umd.js",

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

},
"gitHead": "199727419c903b45de5735681e5db024adab1c2c"
"gitHead": "a49fa76f0dea2fe2bf148b74f51e5372eab51fd3"
}

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