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.1 to 1.4.2

2

downloadjs/index.d.ts

@@ -10,3 +10,3 @@ // Type definitions for downloadjs 1.4

}
declare function download(data: string | File | Blob, filename?: string, mimeType?: string): XMLHttpRequest | boolean;
declare function download(data: string | File | Blob | Uint8Array, filename?: string, mimeType?: string): XMLHttpRequest | boolean;
export = download;
{
"name": "@types/downloadjs",
"version": "1.4.1",
"version": "1.4.2",
"description": "TypeScript definitions for downloadjs",

@@ -19,11 +19,12 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/downloadjs"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "f788d33902120c2affd1c5fa21afb25ed6a3a922895d05e4a35b31ef5e1f485f",
"typeScriptVersion": "2.2"
"typesPublisherContentHash": "308265152e3c35af89db25e8e2b3f4caf388824e9110a094e66345008a23c074",
"typeScriptVersion": "2.8"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/downloadjs
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/downloadjs.
Additional Details
* Last updated: Tue, 18 Dec 2018 18:34:33 GMT
### Additional Details
* Last updated: Mon, 27 Apr 2020 14:58:27 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by cwmoo740 <https://github.com/cwmoo740>, josuedevmark <https://github.com/josuedevmark>.
These definitions were written by [cwmoo740](https://github.com/cwmoo740), and [josuedevmark](https://github.com/josuedevmark).

Sorry, the diff of this file is not supported yet

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