Socket
Socket
Sign inDemoInstall

apollo-link-http-common

Package Overview
Dependencies
10
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # Change log

### v0.2.2
- udate apollo link with zen-observable-ts [PR#515](https://github.com/apollographql/apollo-link/pull/515)
### v0.2.1

@@ -7,0 +10,0 @@ - Apollo link upgrade

4

package.json
{
"name": "apollo-link-http-common",
"version": "0.2.1",
"version": "0.2.2",
"description": "Http utilities for Apollo Link shared across all links using http",

@@ -32,3 +32,3 @@ "main": "./lib/bundle.umd.js",

"dependencies": {
"apollo-link": "^1.2.0"
"apollo-link": "^1.2.1"
},

@@ -35,0 +35,0 @@ "peerDependencies": {

import { createOperation, Observable, ApolloLink, execute } from 'apollo-link';
import gql from 'graphql-tag';
import fetchMock from 'fetch-mock';
import * as fetchMock from 'fetch-mock';

@@ -5,0 +5,0 @@ import {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc