Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

content-entry

Package Overview
Dependencies
Maintainers
1
Versions
130
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 2.0.2 to 2.1.0

src/readable-stream-content-entry.mjs

10

package.json
{
"name": "content-entry",
"version": "2.0.2",
"version": "2.1.0",
"publishConfig": {

@@ -27,8 +27,8 @@ "access": "public"

"devDependencies": {
"ava": "^1.0.1",
"c8": "^3.2.1",
"ava": "^1.2.0",
"c8": "^3.4.0",
"documentation": "^9.1.1",
"esm": "^3.0.84",
"esm": "^3.1.4",
"markdown-doctest": "^0.9.1",
"semantic-release": "^15.13.2"
"semantic-release": "^15.13.3"
},

@@ -35,0 +35,0 @@ "engines": {

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

- [Properties](#properties-2)
- [StringContentEntry](#stringcontententry)
- [ReadableStreamContentEntry](#readablestreamcontententry)
- [Parameters](#parameters-6)
- [Properties](#properties-3)
- [StringContentEntry](#stringcontententry)
- [Parameters](#parameters-7)
- [Properties](#properties-4)

@@ -126,2 +129,18 @@ ## BaseEntry

## ReadableStreamContentEntry
**Extends StreamContentEntryMixin(ContentEntry)**
Content entries where a readable stream is the primary data representation
### Parameters
- `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**
## StringContentEntry

@@ -128,0 +147,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc