Socket
Socket
Sign inDemoInstall

@types/filewriter

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/filewriter - npm Package Compare versions

Comparing version 0.0.28 to 0.0.29

filewriter/LICENSE

5

filewriter/index.d.ts

@@ -28,3 +28,2 @@ // Type definitions for File API: Writer

* The blob is being written.
* @readonly
*/

@@ -35,3 +34,2 @@ INIT: number;

* The object has been constructed, but there is no pending write.
* @readonly
*/

@@ -42,3 +40,2 @@ WRITING: number;

* The entire Blob has been written to the file, an error occurred during the write, or the write was aborted using abort(). The FileSaver is no longer writing the blob.
* @readonly
*/

@@ -54,3 +51,2 @@ DONE: number;

* <ul>
* @readonly
*/

@@ -61,3 +57,2 @@ readyState: number;

* The last error that occurred on the FileSaver.
* @readonly
*/

@@ -64,0 +59,0 @@ error: Error;

17

filewriter/package.json
{
"name": "@types/filewriter",
"version": "0.0.28",
"version": "0.0.29",
"description": "TypeScript definitions for File API: Writer",
"license": "MIT",
"author": "Kon <http://phyzkit.net/>",
"contributors": [
{
"name": "Kon",
"url": "http://phyzkit.net/"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/filewriter"
},
"scripts": {},
"dependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "ca1aba6df1f6578186b88b98e0d8c4519997696df545dec3ef8c499079c769fa"
"typesPublisherContentHash": "a74f4f7803d24767c76fe5ffe6eb414434fcc1ec14600c518621b3ff9f7f1203",
"typeScriptVersion": "3.5"
}

@@ -8,12 +8,10 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/filewriter
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/filewriter.
Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* File structure: Global
* Library Dependencies: none
* Module Dependencies: none
* Global values: FileSaver
### Additional Details
* Last updated: Thu, 25 Mar 2021 17:31:23 GMT
* Dependencies: none
* Global values: `FileSaver`
# Credits
These definitions were written by Kon <http://phyzkit.net/>.
These definitions were written by [Kon](http://phyzkit.net/).
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