Socket
Socket
Sign inDemoInstall

apollo-server-env

Package Overview
Dependencies
2
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-rc.8 to 2.0.0-rc.9

7

dist/fetch.d.ts

@@ -53,2 +53,7 @@ export declare function fetch(

integrity?: string;
// Cloudflare Workers accept a `cf` property to control Cloudflare features
// See https://developers.cloudflare.com/workers/reference/cloudflare-features/
cf?: {
[key: string]: any;
};
}

@@ -100,4 +105,6 @@

statusText?: string;
// Although this isn't part of the spec, `node-fetch` accepts a `url` property
url?: string;
}
export type BodyInit = ArrayBuffer | ArrayBufferView | string;

2

package.json
{
"name": "apollo-server-env",
"version": "2.0.0-rc.8",
"version": "2.0.0-rc.9",
"author": "opensource@apollographql.com",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -53,2 +53,7 @@ export declare function fetch(

integrity?: string;
// Cloudflare Workers accept a `cf` property to control Cloudflare features
// See https://developers.cloudflare.com/workers/reference/cloudflare-features/
cf?: {
[key: string]: any;
};
}

@@ -100,4 +105,6 @@

statusText?: string;
// Although this isn't part of the spec, `node-fetch` accepts a `url` property
url?: string;
}
export type BodyInit = ArrayBuffer | ArrayBufferView | string;
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc