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.0 to 1.4.1

3

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

@@ -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>.
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