You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

apollo-server-env

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-alpha.3 to 3.0.0-preview.1

2

dist/fetch.d.ts

@@ -5,3 +5,3 @@ import { Agent as HttpAgent } from 'http';

export declare function fetch(
input?: RequestInfo,
input: RequestInfo,
init?: RequestInit,

@@ -8,0 +8,0 @@ ): Promise<Response>;

@@ -10,3 +10,3 @@ "use strict";

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};

@@ -13,0 +13,0 @@ var __importDefault = (this && this.__importDefault) || function (mod) {

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Headers = exports.Response = exports.Request = exports.fetch = void 0;
var node_fetch_1 = require("node-fetch");
Object.defineProperty(exports, "fetch", { enumerable: true, get: function () { return node_fetch_1.default; } });
Object.defineProperty(exports, "fetch", { enumerable: true, get: function () { return __importDefault(node_fetch_1).default; } });
Object.defineProperty(exports, "Request", { enumerable: true, get: function () { return node_fetch_1.Request; } });

@@ -6,0 +10,0 @@ Object.defineProperty(exports, "Response", { enumerable: true, get: function () { return node_fetch_1.Response; } });

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.URLSearchParams = exports.URL = void 0;
var url_1 = require("url");

@@ -4,0 +5,0 @@ Object.defineProperty(exports, "URL", { enumerable: true, get: function () { return url_1.URL; } });

{
"name": "apollo-server-env",
"version": "3.0.0-alpha.3",
"version": "3.0.0-preview.1",
"author": "Apollo <opensource@apollographql.com>",

@@ -24,9 +24,9 @@ "license": "MIT",

"engines": {
"node": ">=12.0 <15.0"
"node": ">=12.0"
},
"dependencies": {
"node-fetch": "^2.6.0",
"node-fetch": "^2.6.1",
"util.promisify": "^1.0.1"
},
"gitHead": "15b90eec22523e32e00d97a51b28cbfba3f39c78"
"gitHead": "f23a4eb1aa5c5ae8cf83a1f41bd9bae3a03d3360"
}

@@ -5,3 +5,3 @@ import { Agent as HttpAgent } from 'http';

export declare function fetch(
input?: RequestInfo,
input: RequestInfo,
init?: RequestInit,

@@ -8,0 +8,0 @@ ): Promise<Response>;

@@ -43,4 +43,4 @@ if (!global) {

if (!global.os) {
// FIXME: Add some sensible values
// TODO: Add some sensible values
global.os = {};
}

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc