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

@types/downloadjs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/downloadjs - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

6

downloadjs/index.d.ts

@@ -9,3 +9,7 @@ // Type definitions for downloadjs 1.4

}
declare function download(data: string | File | Blob | Uint8Array, filename?: string, mimeType?: string): XMLHttpRequest | boolean;
declare function download(
data: string | File | Blob | Uint8Array,
filename?: string,
mimeType?: string,
): XMLHttpRequest | boolean;
export = download;

6

downloadjs/package.json
{
"name": "@types/downloadjs",
"version": "1.4.3",
"version": "1.4.4",
"description": "TypeScript definitions for downloadjs",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/downloadjs",

"dependencies": {},
"typesPublisherContentHash": "47b4ec0584344579fa074fd144873d09ce96d9b1c17fe1d3ec05132a439e43b2",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "9025a1136e0c6e6ac24565ad6b2377415b521648b9d37fe59dfc1f761501cbb8",
"typeScriptVersion": "4.5"
}

@@ -19,3 +19,7 @@ # Installation

}
declare function download(data: string | File | Blob | Uint8Array, filename?: string, mimeType?: string): XMLHttpRequest | boolean;
declare function download(
data: string | File | Blob | Uint8Array,
filename?: string,
mimeType?: string,
): XMLHttpRequest | boolean;
export = download;

@@ -26,3 +30,3 @@

### Additional Details
* Last updated: Thu, 23 Dec 2021 23:34:31 GMT
* Last updated: Fri, 22 Sep 2023 20:29:40 GMT
* Dependencies: none

@@ -29,0 +33,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