New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

content-entry

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

content-entry - npm Package Compare versions

Comparing version

to
2.6.3

10

package.json
{
"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": {

@@ -6,3 +6,3 @@ [![npm](https://img.shields.io/npm/v/content-entry.svg)](https://www.npmjs.com/package/content-entry)

[![GitHub Issues](https://img.shields.io/github/issues/arlac77/content-entry.svg?style=flat-square)](https://github.com/arlac77/content-entry/issues)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farlac77%2Fcontent-entry%2Fbadge&style=flat)](https://actions-badge.atrox.dev/arlac77/content-entry/goto)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farlac77%2Fcontent-entry%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/arlac77/content-entry/goto)
[![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

@@ -23,33 +23,33 @@ [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](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