content-entry
Advanced tools
Comparing version
{ | ||
"name": "content-entry", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"publishConfig": { | ||
@@ -36,8 +36,8 @@ "access": "public" | ||
"ava": "^3.15.0", | ||
"c8": "^7.4.0", | ||
"documentation": "github:arlac77/documentation", | ||
"semantic-release": "^17.3.3" | ||
"c8": "^7.7.1", | ||
"documentation": "^13.2.4", | ||
"semantic-release": "^17.4.2" | ||
}, | ||
"engines": { | ||
"node": ">=12.20.1" | ||
"node": ">=14.16.1" | ||
}, | ||
@@ -44,0 +44,0 @@ "repository": { |
106
README.md
@@ -6,3 +6,3 @@ [](https://www.npmjs.com/package/content-entry) | ||
[](https://github.com/arlac77/content-entry/issues) | ||
[](https://actions-badge.atrox.dev/arlac77/content-entry/goto) | ||
[](https://actions-badge.atrox.dev/arlac77/content-entry/goto) | ||
[](https://github.com/prettier/prettier) | ||
@@ -23,33 +23,33 @@ [](http://commitizen.github.io/cz-cli/) | ||
- [CollectionEntryMixin](#collectionentrymixin) | ||
- [Parameters](#parameters) | ||
- [BaseEntry](#baseentry) | ||
- [Parameters](#parameters-1) | ||
- [Properties](#properties) | ||
- [getTypes](#gettypes) | ||
- [unixMode](#unixmode) | ||
- [isEmpty](#isempty) | ||
- [isDeleted](#isdeleted) | ||
- [BufferContentEntryMixin](#buffercontententrymixin) | ||
- [Parameters](#parameters-2) | ||
- [Properties](#properties-1) | ||
- [BufferContentEntry](#buffercontententry) | ||
- [Parameters](#parameters-3) | ||
- [ContentEntry](#contententry) | ||
- [equalsContent](#equalscontent) | ||
- [Parameters](#parameters-4) | ||
- [DeletedContentEntry](#deletedcontententry) | ||
- [isDeleted](#isdeleted-1) | ||
- [EmptyContentEntry](#emptycontententry) | ||
- [ReadableStreamContentEntry](#readablestreamcontententry) | ||
- [Parameters](#parameters-5) | ||
- [Properties](#properties-2) | ||
- [StreamContentEntryMixin](#streamcontententrymixin) | ||
- [Parameters](#parameters-6) | ||
- [StringContentEntryMixin](#stringcontententrymixin) | ||
- [Parameters](#parameters-7) | ||
- [Properties](#properties-3) | ||
- [StringContentEntry](#stringcontententry) | ||
- [Parameters](#parameters-8) | ||
- [Properties](#properties-4) | ||
* [CollectionEntryMixin](#collectionentrymixin) | ||
* [Parameters](#parameters) | ||
* [BaseEntry](#baseentry) | ||
* [Parameters](#parameters-1) | ||
* [Properties](#properties) | ||
* [getTypes](#gettypes) | ||
* [unixMode](#unixmode) | ||
* [isEmpty](#isempty) | ||
* [isDeleted](#isdeleted) | ||
* [BufferContentEntryMixin](#buffercontententrymixin) | ||
* [Parameters](#parameters-2) | ||
* [Properties](#properties-1) | ||
* [BufferContentEntry](#buffercontententry) | ||
* [Parameters](#parameters-3) | ||
* [ContentEntry](#contententry) | ||
* [equalsContent](#equalscontent) | ||
* [Parameters](#parameters-4) | ||
* [DeletedContentEntry](#deletedcontententry) | ||
* [isDeleted](#isdeleted-1) | ||
* [EmptyContentEntry](#emptycontententry) | ||
* [ReadableStreamContentEntry](#readablestreamcontententry) | ||
* [Parameters](#parameters-5) | ||
* [Properties](#properties-2) | ||
* [StreamContentEntryMixin](#streamcontententrymixin) | ||
* [Parameters](#parameters-6) | ||
* [StringContentEntryMixin](#stringcontententrymixin) | ||
* [Parameters](#parameters-7) | ||
* [Properties](#properties-3) | ||
* [StringContentEntry](#stringcontententry) | ||
* [Parameters](#parameters-8) | ||
* [Properties](#properties-4) | ||
@@ -62,3 +62,3 @@ ## CollectionEntryMixin | ||
- `superclass` | ||
* `superclass` | ||
@@ -72,11 +72,11 @@ ## BaseEntry | ||
- `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** name inside of the container | ||
* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** name inside of the container | ||
### Properties | ||
- `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** name inside of the container | ||
* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** name inside of the container | ||
### getTypes | ||
Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>** UTI types | ||
Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>** UTI types | ||
@@ -103,7 +103,7 @@ ### unixMode | ||
- `superclass` | ||
* `superclass` | ||
### Properties | ||
- `buffer` **[Buffer](https://nodejs.org/api/buffer.html)** | ||
* `buffer` **[Buffer](https://nodejs.org/api/buffer.html)** | ||
@@ -116,4 +116,4 @@ ## BufferContentEntry | ||
- `name` | ||
- `buffer` | ||
* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
* `buffer` **[Buffer](https://nodejs.org/api/buffer.html)** | ||
@@ -132,3 +132,3 @@ ## ContentEntry | ||
- `other` **Entry** | ||
* `other` **Entry** | ||
@@ -145,3 +145,3 @@ Returns **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** true if other has the same content (bitwise) | ||
We are always deleted | ||
We are always deleted. | ||
@@ -164,9 +164,9 @@ Returns **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** true | ||
- `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
- `readStream` **ReadableStream** | ||
* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
* `readStream` **ReadableStream** | ||
### Properties | ||
- `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
- `readStream` **ReadableStream** | ||
* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
* `readStream` **ReadableStream** | ||
@@ -179,3 +179,3 @@ ## StreamContentEntryMixin | ||
- `superclass` | ||
* `superclass` | ||
@@ -188,7 +188,7 @@ ## StringContentEntryMixin | ||
- `superclass` | ||
* `superclass` | ||
### Properties | ||
- `string` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
* `string` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
@@ -203,9 +203,9 @@ ## StringContentEntry | ||
- `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
- `value` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
* `value` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
### Properties | ||
- `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
- `string` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
* `string` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** | ||
@@ -212,0 +212,0 @@ # install |
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
17964
1.25%342
1.18%