Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apollo-env

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-env - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

LICENSE

2

lib/polyfills/array.d.ts
interface Array<T> {
flat<U>(this: U[][], depth?: 1): U[];
flat<U>(this: ReadonlyArray<U>[], depth?: 1): U[];
flatMap<U>(

@@ -4,0 +4,0 @@ callbackfn: (value: T, index: number, array: T[]) => ReadonlyArray<U> | U,

{
"name": "apollo-env",
"version": "0.1.0",
"version": "0.2.0",
"author": "opensource@apollographql.com",

@@ -25,3 +25,4 @@ "license": "MIT",

"node-fetch": "^2.2.0"
}
},
"gitHead": "1117838bfcaee5aa4d70e3593d8653b1e360dc88"
}
interface Array<T> {
flat<U>(this: U[][], depth?: 1): U[];
flat<U>(this: ReadonlyArray<U>[], depth?: 1): U[];
flatMap<U>(

@@ -4,0 +4,0 @@ callbackfn: (value: T, index: number, array: T[]) => ReadonlyArray<U> | U,

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