Socket
Socket
Sign inDemoInstall

meros

Package Overview
Dependencies
2
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0-next.4 to 1.2.0

4

browser/index.d.ts
interface Options {
/**
* Setting this to true will yield an array. In other words; instead of yielding once for every payload—we collect
* all complete payloads for a chunk and then yield.
* Setting this to true will yield an array. In other words; instead of yielding once for every
* payload—we collect all complete payloads for a chunk and then yield.
*

@@ -6,0 +6,0 @@ * @default false

@@ -72,4 +72,4 @@ const separator = '\r\n\r\n';

/**
* Yield immediately for every part made available on the response. If the `content-type` of the response isn't a
* multipart body, then we'll resolve with {@link Response}.
* Yield immediately for every part made available on the response. If the `content-type` of the
* response isn't a multipart body, then we'll resolve with {@link Response}.
*

@@ -76,0 +76,0 @@ * @example

@@ -5,4 +5,4 @@ import { IncomingMessage } from 'http';

/**
* Setting this to true will yield an array. In other words; instead of yielding once for every payload—we collect
* all complete payloads for a chunk and then yield.
* Setting this to true will yield an array. In other words; instead of yielding once for every
* payload—we collect all complete payloads for a chunk and then yield.
*

@@ -9,0 +9,0 @@ * @default false

@@ -65,4 +65,4 @@ const separator = '\r\n\r\n';

/**
* Yield immediately for every part made available on the response. If the `content-type` of the response isn't a
* multipart body, then we'll resolve with {@link IncomingMessage}.
* Yield immediately for every part made available on the response. If the `content-type` of the
* response isn't a multipart body, then we'll resolve with {@link IncomingMessage}.
*

@@ -69,0 +69,0 @@ * @example

{
"name": "meros",
"version": "1.2.0-next.4",
"version": "1.2.0",
"description": "A fast 626B utility that makes reading multipart responses simple",

@@ -70,11 +70,11 @@ "keywords": [

"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
"@rollup/plugin-node-resolve": "13.1.1",
"@types/node": "17.0.2",
"@rollup/plugin-node-resolve": "13.1.3",
"@types/node": "17.0.21",
"prettier": "2.5.1",
"rollup": "2.61.1",
"rollup-plugin-dts": "4.0.1",
"rollup": "2.68.0",
"rollup-plugin-dts": "4.1.0",
"rollup-plugin-terser": "7.0.2",
"tsm": "2.2.1",
"typescript": "4.5.4",
"uvu": "0.5.2"
"typescript": "4.5.5",
"uvu": "0.5.3"
},

@@ -81,0 +81,0 @@ "peerDependencies": {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc