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.2 to 1.4.3

1

downloadjs/index.d.ts
// 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

12

downloadjs/package.json
{
"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).
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