content-entry
Advanced tools
Comparing version 2.3.4 to 2.4.0
{ | ||
"name": "content-entry", | ||
"version": "2.3.4", | ||
"version": "2.4.0", | ||
"publishConfig": { | ||
@@ -9,4 +9,7 @@ "access": "public" | ||
"type": "module", | ||
"main": "src/entry.mjs", | ||
"module": "src/entry.mjs", | ||
"main": "./src/entry.mjs", | ||
"exports": { | ||
".": "./src/entry.mjs", | ||
"./": "./" | ||
}, | ||
"description": "content entries for content containers (aka files)", | ||
@@ -27,8 +30,8 @@ "keywords": [ | ||
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp", | ||
"docs": "documentation readme src/entry.mjs --section=API", | ||
"lint": "documentation lint src/entry.mjs" | ||
"docs": "documentation readme ./src/entry.mjs --section=API", | ||
"lint": "documentation lint ./src/entry.mjs" | ||
}, | ||
"devDependencies": { | ||
"ava": "^3.8.0", | ||
"c8": "^7.1.0", | ||
"ava": "^3.8.1", | ||
"c8": "^7.1.1", | ||
"documentation": "^12.3.0", | ||
@@ -38,3 +41,3 @@ "semantic-release": "^17.0.7" | ||
"engines": { | ||
"node": ">=12.16.2" | ||
"node": ">=12.16.3" | ||
}, | ||
@@ -41,0 +44,0 @@ "repository": { |
@@ -27,2 +27,3 @@ [![npm](https://img.shields.io/npm/v/content-entry.svg)](https://www.npmjs.com/package/content-entry) | ||
- [getTypes](#gettypes) | ||
- [unixMode](#unixmode) | ||
- [isEmpty](#isempty) | ||
@@ -38,14 +39,15 @@ - [CollectionEntryMixin](#collectionentrymixin) | ||
- [Properties](#properties-1) | ||
- [defaultStringOptions](#defaultstringoptions) | ||
- [StreamContentEntryMixin](#streamcontententrymixin) | ||
- [Parameters](#parameters-4) | ||
- [StringContentEntryMixin](#stringcontententrymixin) | ||
- [Parameters](#parameters-4) | ||
- [Parameters](#parameters-5) | ||
- [Properties](#properties-2) | ||
- [ReadableStreamContentEntry](#readablestreamcontententry) | ||
- [Parameters](#parameters-5) | ||
- [Parameters](#parameters-6) | ||
- [Properties](#properties-3) | ||
- [StringContentEntry](#stringcontententry) | ||
- [Parameters](#parameters-6) | ||
- [Parameters](#parameters-7) | ||
- [Properties](#properties-4) | ||
- [FileSystemEntry](#filesystementry) | ||
- [Parameters](#parameters-7) | ||
- [Parameters](#parameters-8) | ||
- [filename](#filename) | ||
@@ -70,2 +72,6 @@ | ||
### unixMode | ||
Default unix mode for files | ||
### isEmpty | ||
@@ -117,6 +123,10 @@ | ||
## defaultStringOptions | ||
## StreamContentEntryMixin | ||
Content entries where a stream is the primary data representation | ||
### Parameters | ||
- `superclass` | ||
## StringContentEntryMixin | ||
@@ -123,0 +133,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17820
350
198