content-entry
Advanced tools
Comparing version
{ | ||
"name": "content-entry", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"publishConfig": { | ||
@@ -8,4 +8,2 @@ "access": "public" | ||
"sideEffects": false, | ||
"type": "module", | ||
"main": "./src/entry.mjs", | ||
"exports": { | ||
@@ -38,3 +36,3 @@ ".": "./src/entry.mjs" | ||
"devDependencies": { | ||
"ava": "^3.13.0", | ||
"ava": "^3.14.0", | ||
"c8": "^7.3.5", | ||
@@ -41,0 +39,0 @@ "documentation": "github:arlac77/documentation", |
@@ -5,4 +5,8 @@ [](https://www.npmjs.com/package/content-entry) | ||
[](https://npmjs.org/package/content-entry) | ||
[](https://github.com/arlac77/content-entry/issues) | ||
[](https://actions-badge.atrox.dev/arlac77/content-entry/goto) | ||
[](https://github.com/prettier/prettier) | ||
[](http://commitizen.github.io/cz-cli/) | ||
[](https://snyk.io/test/github/arlac77/content-entry) | ||
[](https://coveralls.io/github/arlac77/content-entry) | ||
@@ -28,5 +32,8 @@ ## content-entry | ||
- [isEmpty](#isempty) | ||
- [isDeleted](#isdeleted) | ||
- [CollectionEntryMixin](#collectionentrymixin) | ||
- [Parameters](#parameters-2) | ||
- [EmptyContentEntry](#emptycontententry) | ||
- [DeletedContentEntry](#deletedcontententry) | ||
- [isDeleted](#isdeleted-1) | ||
- [BufferContentEntryMixin](#buffercontententrymixin) | ||
@@ -43,4 +50,6 @@ - [Parameters](#parameters-3) | ||
- [Properties](#properties-3) | ||
- [BufferContentEntry](#buffercontententry) | ||
- [Parameters](#parameters-7) | ||
- [StringContentEntry](#stringcontententry) | ||
- [Parameters](#parameters-7) | ||
- [Parameters](#parameters-8) | ||
- [Properties](#properties-4) | ||
@@ -52,3 +61,3 @@ | ||
general content access entries | ||
General content access entries | ||
@@ -92,5 +101,9 @@ ### equalsContent | ||
### isDeleted | ||
Returns **any** true if we represent a deleted entry | ||
## CollectionEntryMixin | ||
Brings directory attributes to entries | ||
Brings directory attributes to entries. | ||
@@ -105,7 +118,19 @@ ### Parameters | ||
represents a entry without content (content length = 0) | ||
Represents a entry without content (content length = 0). | ||
## DeletedContentEntry | ||
**Extends EmptyContentEntry** | ||
Represents a deleted entry. | ||
### isDeleted | ||
We are always deleted | ||
Returns **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** true | ||
## BufferContentEntryMixin | ||
Content entries where a Buffer is the primary data representation | ||
Content entries where a Buffer is the primary data representation. | ||
@@ -122,3 +147,3 @@ ### Parameters | ||
Content entries where a stream is the primary data representation | ||
Content entries where a stream is the primary data representation. | ||
@@ -131,3 +156,3 @@ ### Parameters | ||
Content entries where a string is the primary data representation | ||
Content entries where a string is the primary data representation. | ||
@@ -146,3 +171,3 @@ ### Parameters | ||
Content entries where a readable stream is the primary data representation | ||
Content entries where a readable stream is the primary data representation. | ||
@@ -159,2 +184,11 @@ ### Parameters | ||
## BufferContentEntry | ||
**Extends BufferContentEntryMixin(ContentEntry)** | ||
### Parameters | ||
- `name` | ||
- `buffer` | ||
## StringContentEntry | ||
@@ -164,3 +198,3 @@ | ||
Content entries where a string is the primary data representation | ||
Content entries where a string is the primary data representation. | ||
@@ -167,0 +201,0 @@ ### Parameters |
17743
7.29%211
19.21%No
NaN