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

@types/fetch-mock

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/fetch-mock - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

fetch-mock/index.d.ts

4

fetch-mock/package.json
{
"name": "@types/fetch-mock",
"version": "5.0.3",
"version": "5.0.4",
"description": "TypeScript definitions for fetch-mock 5.0.0",

@@ -16,3 +16,3 @@ "license": "MIT",

},
"typings": "fetch-mock.d.ts"
"typings": "index.d.ts"
}

@@ -11,9 +11,9 @@ # Installation

Additional Details
* Last updated: Thu, 25 Aug 2016 16:56:04 GMT
* File structure: DeclareModule
* Last updated: Tue, 06 Sep 2016 14:55:58 GMT
* File structure: ProperModule
* Library Dependencies: whatwg-fetch
* Module Dependencies: none
* Global values: none
* Global values: fetchMock
# Credits
These definitions were written by Alexey Svetliakov <https://github.com/asvetliakov>, Tamir Duberstein <https://github.com/tamird>.
{
"authors": "Alexey Svetliakov <https://github.com/asvetliakov>, Tamir Duberstein <https://github.com/tamird>",
"definitionFilename": "fetch-mock.d.ts",
"definitionFilename": "index.d.ts",
"libraryDependencies": [

@@ -15,4 +15,6 @@ "whatwg-fetch"

"sourceBranch": "types-2.0",
"kind": "DeclareModule",
"globals": [],
"kind": "ProperModule",
"globals": [
"fetchMock"
],
"declaredModules": [

@@ -22,6 +24,6 @@ "fetch-mock"

"files": [
"fetch-mock.d.ts"
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "01a7d19a2991c4a8825ef8ca1f47692d1507b606ea2e244bdae2d01ab2c6cd45"
"contentHash": "a20afd21d6bf5a9c1b8b1a4ba5f3d7b643acef65e7aa9bf5f57f5f191c09136e"
}
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