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 5.2.16 to 6.0.0

src/node-stream.mjs

15

package.json
{
"name": "content-entry",
"version": "5.2.16",
"version": "6.0.0",
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"exports": {

@@ -14,7 +13,7 @@ ".": "./src/index.mjs"

"browser": "./src/browser-stream.mjs",
"node": "./src/stream.mjs"
"node": "./src/node-stream.mjs"
},
"#util-stream.mjs": {
"browser": "./src/browser-util-stream.mjs",
"node": "./src/util-stream.mjs"
"node": "./src/node-util-stream.mjs"
}

@@ -49,7 +48,7 @@ },

"@types/node": "^18.11.18",
"ava": "^5.1.0",
"browser-ava": "^1.3.13",
"ava": "^5.1.1",
"browser-ava": "^1.3.19",
"c8": "^7.12.0",
"documentation": "^14.0.1",
"semantic-release": "^19.0.5",
"semantic-release": "^20.0.2",
"typescript": "^4.9.4"

@@ -62,3 +61,3 @@ },

"type": "git",
"url": "https://github.com/arlac77/content-entry.git"
"url": "https://github.com/arlac77/content-entry"
},

@@ -65,0 +64,0 @@ "bugs": {

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

* [readStream](#readstream-1)
* [toReadableStream](#toreadablestream)
* [Parameters](#parameters-6)
* [ReadableStreamContentEntry](#readablestreamcontententry)
* [Parameters](#parameters-6)
* [Parameters](#parameters-7)
* [Properties](#properties-2)
* [StreamContentEntryMixin](#streamcontententrymixin)
* [Parameters](#parameters-7)
* [Parameters](#parameters-8)
* [StringContentEntryMixin](#stringcontententrymixin)
* [Parameters](#parameters-8)
* [Parameters](#parameters-9)
* [Properties](#properties-3)
* [StringContentEntry](#stringcontententry)
* [Parameters](#parameters-9)
* [Parameters](#parameters-10)
* [Properties](#properties-4)
* [isEmpty](#isempty-2)
* [toReadableStream](#toreadablestream)
* [Parameters](#parameters-10)
* [equalsUint8Arrays](#equalsuint8arrays)

@@ -255,2 +255,10 @@ * [Parameters](#parameters-11)

## toReadableStream
### Parameters
* `input` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** 
Returns **Readable** 
## ReadableStreamContentEntry

@@ -312,10 +320,2 @@

## toReadableStream
### Parameters
* `input` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** 
Returns **Readable** 
## equalsUint8Arrays

@@ -322,0 +322,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