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

@types/fbjs

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/fbjs - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

12

fbjs/lib/fetchWithRetries.d.ts

@@ -10,9 +10,9 @@ /**

body?: any;
cache?: string | null;
credentials?: string | null;
fetchTimeout?: number | null;
cache?: string | null | undefined;
credentials?: string | null | undefined;
fetchTimeout?: number | null | undefined;
headers?: any;
method?: string | null;
mode?: string | null;
retryDelays?: number[] | null;
method?: string | null | undefined;
mode?: string | null | undefined;
retryDelays?: number[] | null | undefined;
}

@@ -19,0 +19,0 @@ }

{
"name": "@types/fbjs",
"version": "3.0.0",
"version": "3.0.1",
"description": "TypeScript definitions for fbjs",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fbjs",
"license": "MIT",

@@ -24,4 +25,4 @@ "contributors": [

},
"typesPublisherContentHash": "e5c392b2dc9f1543edd65e3d905cdcff8d8b56ec52dc5d82ed3d5baac7c39055",
"typeScriptVersion": "3.4"
"typesPublisherContentHash": "631b7ad480297cf4e226cf38ccb122a6904e1c1409c4727f039ed32fef2193db",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 13 Jan 2021 20:29:11 GMT
* Last updated: Tue, 06 Jul 2021 20:32:54 GMT
* Dependencies: [@types/jsdom](https://npmjs.com/package/@types/jsdom)

@@ -14,0 +14,0 @@ * Global values: none

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