content-entry
Advanced tools
Comparing version 2.9.4 to 2.9.5
{ | ||
"name": "content-entry", | ||
"version": "2.9.4", | ||
"version": "2.9.5", | ||
"publishConfig": { | ||
@@ -42,3 +42,3 @@ "access": "public" | ||
"semantic-release": "^18.0.0", | ||
"typescript": "^4.6.0-dev.20211120" | ||
"typescript": "^4.6.0-dev.20211121" | ||
}, | ||
@@ -45,0 +45,0 @@ "engines": { |
@@ -28,2 +28,4 @@ [![npm](https://img.shields.io/npm/v/content-entry.svg)](https://www.npmjs.com/package/content-entry) | ||
* [types](#types) | ||
* [isCollection](#iscollection) | ||
* [isBlob](#isblob) | ||
* [unixMode](#unixmode) | ||
@@ -40,2 +42,4 @@ * [isEmpty](#isempty) | ||
* [ContentEntry](#contententry) | ||
* [isBlob](#isblob-1) | ||
* [string](#string) | ||
* [equalsContent](#equalscontent) | ||
@@ -50,2 +54,3 @@ * [Parameters](#parameters-4) | ||
* [EmptyContentEntry](#emptycontententry) | ||
* [string](#string-1) | ||
* [buffer](#buffer) | ||
@@ -67,2 +72,4 @@ * [readStream](#readstream) | ||
* [Properties](#properties-4) | ||
* [toReadableStream](#toreadablestream) | ||
* [Parameters](#parameters-9) | ||
@@ -94,2 +101,10 @@ ## CollectionEntryMixin | ||
### isCollection | ||
Returns **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** | ||
### isBlob | ||
Returns **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** | ||
### unixMode | ||
@@ -115,5 +130,6 @@ | ||
DEPRECATED | ||
user type property instead | ||
**Meta** | ||
* **deprecated**: user type property instead | ||
## BufferContentEntryMixin | ||
@@ -146,2 +162,10 @@ | ||
### isBlob | ||
Returns **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** | ||
### string | ||
Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
### equalsContent | ||
@@ -159,12 +183,18 @@ | ||
DEPRECATED | ||
**Meta** | ||
* **deprecated**: This is deprecated. | ||
### getString | ||
DEPRECATED | ||
**Meta** | ||
* **deprecated**: This is deprecated. | ||
### getBuffer | ||
DEPRECATED | ||
**Meta** | ||
* **deprecated**: This is deprecated. | ||
## DeletedContentEntry | ||
@@ -194,2 +224,6 @@ | ||
### string | ||
Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
### buffer | ||
@@ -205,12 +239,18 @@ | ||
DEPRECATED | ||
**Meta** | ||
* **deprecated**: This is deprecated. | ||
### getBuffer | ||
DEPRECATED | ||
**Meta** | ||
* **deprecated**: This is deprecated. | ||
### getReadStream | ||
DEPRECATED | ||
**Meta** | ||
* **deprecated**: This is deprecated. | ||
## ReadableStreamContentEntry | ||
@@ -268,2 +308,10 @@ | ||
## toReadableStream | ||
### Parameters | ||
* `input` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
Returns **Readable** | ||
# install | ||
@@ -270,0 +318,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22970
486
317