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.13 to 0.2.14

8

lib/bundle.cjs.js

@@ -128,10 +128,10 @@ 'use strict';

exports.checkFetcher = checkFetcher;
exports.createSignalIfSupported = createSignalIfSupported;
exports.fallbackHttpConfig = fallbackHttpConfig;
exports.throwServerError = throwServerError;
exports.parseAndCheckHttpResponse = parseAndCheckHttpResponse;
exports.checkFetcher = checkFetcher;
exports.createSignalIfSupported = createSignalIfSupported;
exports.selectHttpOptionsAndBody = selectHttpOptionsAndBody;
exports.selectURI = selectURI;
exports.serializeFetchParameter = serializeFetchParameter;
exports.selectURI = selectURI;
exports.throwServerError = throwServerError;
//# sourceMappingURL=bundle.cjs.js.map

@@ -124,3 +124,3 @@ import { __assign } from 'tslib';

export { fallbackHttpConfig, throwServerError, parseAndCheckHttpResponse, checkFetcher, createSignalIfSupported, selectHttpOptionsAndBody, serializeFetchParameter, selectURI };
export { checkFetcher, createSignalIfSupported, fallbackHttpConfig, parseAndCheckHttpResponse, selectHttpOptionsAndBody, selectURI, serializeFetchParameter, throwServerError };
//# sourceMappingURL=bundle.esm.js.map

@@ -126,10 +126,10 @@ (function (global, factory) {

exports.checkFetcher = checkFetcher;
exports.createSignalIfSupported = createSignalIfSupported;
exports.fallbackHttpConfig = fallbackHttpConfig;
exports.throwServerError = throwServerError;
exports.parseAndCheckHttpResponse = parseAndCheckHttpResponse;
exports.checkFetcher = checkFetcher;
exports.createSignalIfSupported = createSignalIfSupported;
exports.selectHttpOptionsAndBody = selectHttpOptionsAndBody;
exports.selectURI = selectURI;
exports.serializeFetchParameter = serializeFetchParameter;
exports.selectURI = selectURI;
exports.throwServerError = throwServerError;

@@ -136,0 +136,0 @@ Object.defineProperty(exports, '__esModule', { value: true });

{
"name": "apollo-link-http-common",
"version": "0.2.13",
"version": "0.2.14",
"description": "Http utilities for Apollo Link shared across all links using http",

@@ -28,4 +28,4 @@ "main": "./lib/index.js",

"dependencies": {
"apollo-link": "^1.2.11",
"ts-invariant": "^0.3.2",
"apollo-link": "^1.2.12",
"ts-invariant": "^0.4.0",
"tslib": "^1.9.3"

@@ -37,13 +37,13 @@ },

"devDependencies": {
"@types/graphql": "14.0.7",
"@types/jest": "24.0.11",
"@types/graphql": "14.2.0",
"@types/jest": "24.0.14",
"fetch-mock": "6.5.2",
"graphql": "14.1.1",
"graphql": "14.3.1",
"graphql-tag": "2.10.1",
"jest": "24.5.0",
"jest": "24.8.0",
"object-to-querystring": "1.0.8",
"rimraf": "2.6.3",
"rollup": "1.6.0",
"rollup": "1.15.4",
"ts-jest": "22.4.6",
"tslint": "5.14.0",
"tslint": "5.17.0",
"typescript": "3.0.3"

@@ -72,3 +72,3 @@ },

},
"gitHead": "ed1800b4261566e91906cdb9cc45c7d004393175"
"gitHead": "f902ab977d7d173951528a0bc2e38521b2afc096"
}

Sorry, the diff of this file is not supported yet

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