@types/downloadjs
Advanced tools
Comparing version 1.4.0 to 1.4.1
// Type definitions for downloadjs 1.4 | ||
// Project: http://danml.com/download.html | ||
// Definitions by: cwmoo740 <https://github.com/cwmoo740> | ||
// josuedevmark <https://github.com/josuedevmark> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -9,3 +10,3 @@ // TypeScript Version: 2.2 | ||
} | ||
declare function download(data: string | File | Blob, filename?: string, mimeType?: string): void; | ||
declare function download(data: string | File | Blob, filename?: string, mimeType?: string): XMLHttpRequest | boolean; | ||
export = download; |
{ | ||
"name": "@types/downloadjs", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "TypeScript definitions for downloadjs", | ||
@@ -9,15 +9,21 @@ "license": "MIT", | ||
"name": "cwmoo740", | ||
"url": "https://github.com/cwmoo740" | ||
"url": "https://github.com/cwmoo740", | ||
"githubUsername": "cwmoo740" | ||
}, | ||
{ | ||
"name": "josuedevmark", | ||
"url": "https://github.com/josuedevmark", | ||
"githubUsername": "josuedevmark" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "13ce782c13d0a0db6e51db84a3e45b61a2286841cc5867e696c8ba29d95ab82d", | ||
"typesPublisherContentHash": "f788d33902120c2affd1c5fa21afb25ed6a3a922895d05e4a35b31ef5e1f485f", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.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: Fri, 21 Apr 2017 15:59:43 GMT | ||
* Last updated: Tue, 18 Dec 2018 18:34:33 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by cwmoo740 <https://github.com/cwmoo740>. | ||
These definitions were written by cwmoo740 <https://github.com/cwmoo740>, josuedevmark <https://github.com/josuedevmark>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
2990
10