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

apollo-server-env - npm Package Compare versions

Comparing version 3.2.0-rc.0 to 3.2.0

dist/global.d.ts

2

dist/fetch.d.ts

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

keys(): Iterator<string>;
values(): Iterator<[string]>;
values(): Iterator<string>;
[Symbol.iterator](): Iterator<[string, string]>;

@@ -27,0 +27,0 @@ }

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

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(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 __importDefault(node_fetch_1).default; } });
Object.defineProperty(exports, "fetch", { enumerable: true, get: function () { return node_fetch_1.default; } });
Object.defineProperty(exports, "Request", { enumerable: true, get: function () { return node_fetch_1.Request; } });

@@ -10,0 +6,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");

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

{
"name": "apollo-server-env",
"version": "3.2.0-rc.0",
"version": "3.2.0",
"author": "Apollo <opensource@apollographql.com>",

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

"engines": {
"node": ">=12.0"
"node": ">=6"
},
"dependencies": {
"node-fetch": "^2.6.1",
"util.promisify": "^1.0.1"
"util.promisify": "^1.0.0"
},
"gitHead": "b2c2097ddd58623815112c0e084761f426d2e435"
"gitHead": "91de501bb389c07ccfc5e684811153267b91e9ac"
}

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

keys(): Iterator<string>;
values(): Iterator<[string]>;
values(): Iterator<string>;
[Symbol.iterator](): Iterator<[string, string]>;

@@ -27,0 +27,0 @@ }

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