Socket
Socket
Sign inDemoInstall

@types/jszip

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jszip - npm Package Compare versions

Comparing version 3.1.6 to 3.1.7

7

jszip/index.d.ts
// Type definitions for JSZip 3.1
// Project: http://stuk.github.com/jszip/, https://github.com/stuk/jszip
// Definitions by: mzeiher <https://github.com/mzeiher>, forabi <https://github.com/forabi>
// Definitions by: mzeiher <https://github.com/mzeiher>
// forabi <https://github.com/forabi>
// Florian Keller <https://github.com/ffflorian>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -18,3 +20,3 @@ // TypeScript Version: 2.3

interface Metadata {
interface Metadata {
percent: number;

@@ -41,2 +43,3 @@ currentFile: string;

text: string;
string: string;
binarystring: string;

@@ -43,0 +46,0 @@ array: number[];

{
"name": "@types/jszip",
"version": "3.1.6",
"version": "3.1.7",
"description": "TypeScript definitions for JSZip",

@@ -16,6 +16,11 @@ "license": "MIT",

"githubUsername": "forabi"
},
{
"name": "Florian Keller",
"url": "https://github.com/ffflorian",
"githubUsername": "ffflorian"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -30,4 +35,4 @@ "type": "git",

},
"typesPublisherContentHash": "b39880f7d79a626d32182cc6886711e3db5e4728ace6005cbfd57457fee69d85",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "37eae717c9e1bfaaefaa45f3d5cb51b3ef128d8ed6927e9fcc3dba94d81a88db",
"typeScriptVersion": "2.8"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for JSZip ( http://stuk.github.com/jszip/ ).
This package contains type definitions for JSZip (http://stuk.github.com/jszip/).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jszip
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jszip.
Additional Details
* Last updated: Mon, 20 May 2019 21:14:34 GMT
* Dependencies: @types/node
### Additional Details
* Last updated: Wed, 08 Jan 2020 15:55:20 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by mzeiher <https://github.com/mzeiher>, forabi <https://github.com/forabi>.
These definitions were written by mzeiher (https://github.com/mzeiher), forabi (https://github.com/forabi), and Florian Keller (https://github.com/ffflorian).
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