@types/downloadjs
Advanced tools
Comparing version 1.4.2 to 1.4.3
// 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 | ||
@@ -6,0 +5,0 @@ // TypeScript Version: 2.2 |
{ | ||
"name": "@types/downloadjs", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "TypeScript definitions for downloadjs", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/downloadjs", | ||
"license": "MIT", | ||
@@ -11,7 +12,2 @@ "contributors": [ | ||
"githubUsername": "cwmoo740" | ||
}, | ||
{ | ||
"name": "josuedevmark", | ||
"url": "https://github.com/josuedevmark", | ||
"githubUsername": "josuedevmark" | ||
} | ||
@@ -28,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "308265152e3c35af89db25e8e2b3f4caf388824e9110a094e66345008a23c074", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "47b4ec0584344579fa074fd144873d09ce96d9b1c17fe1d3ec05132a439e43b2", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -9,5 +9,19 @@ # Installation | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/downloadjs. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/downloadjs/index.d.ts) | ||
````ts | ||
// Type definitions for downloadjs 1.4 | ||
// Project: http://danml.com/download.html | ||
// Definitions by: cwmoo740 <https://github.com/cwmoo740> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.2 | ||
declare namespace download { | ||
} | ||
declare function download(data: string | File | Blob | Uint8Array, filename?: string, mimeType?: string): XMLHttpRequest | boolean; | ||
export = download; | ||
```` | ||
### Additional Details | ||
* Last updated: Mon, 27 Apr 2020 14:58:27 GMT | ||
* Last updated: Thu, 23 Dec 2021 23:34:31 GMT | ||
* Dependencies: none | ||
@@ -17,2 +31,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [cwmoo740](https://github.com/cwmoo740), and [josuedevmark](https://github.com/josuedevmark). | ||
These definitions were written by [cwmoo740](https://github.com/cwmoo740). |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3384
0
31
9