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.1.2 to 1.1.3

6

browser/index.d.ts

@@ -18,8 +18,8 @@ interface Options {

multiple: true;
}): Promise<Response | AsyncGenerator<ReadonlyArray<Part<T, Buffer>>>>;
}): Promise<Response | AsyncGenerator<ReadonlyArray<Part<T, string>>>>;
declare function meros<T = object>(response: Response, options?: {
multiple: false;
}): Promise<Response | AsyncGenerator<Part<T, Buffer>>>;
declare function meros<T = object>(response: Response, options?: Options): Promise<Response | AsyncGenerator<Part<T, Buffer>>>;
}): Promise<Response | AsyncGenerator<Part<T, string>>>;
declare function meros<T = object>(response: Response, options?: Options): Promise<Response | AsyncGenerator<Part<T, string>>>;
export { meros };

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

{
"name": "meros",
"version": "1.1.2",
"version": "1.1.3",
"description": "A fast 610B utility that makes reading multipart responses simple",

@@ -80,17 +80,17 @@ "keywords": [

"@marais/tsconfig": "0.0.1",
"@n1ru4l/push-pull-async-iterable-iterator": "2.0.1",
"@rollup/plugin-node-resolve": "11.1.1",
"@n1ru4l/push-pull-async-iterable-iterator": "2.1.2",
"@rollup/plugin-node-resolve": "11.2.0",
"@types/benchmark": "2.1.0",
"@types/node": "14.14.25",
"@types/node": "14.14.31",
"benchmark": "2.1.4",
"fetch-multipart-graphql": "3.0.0",
"it-multipart": "1.0.6",
"it-multipart": "1.0.7",
"prettier": "2.2.1",
"rollup": "2.38.5",
"rollup": "2.39.0",
"rollup-plugin-dts": "2.0.1",
"rollup-plugin-filesize": "9.1.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.29.0",
"rollup-plugin-typescript2": "0.30.0",
"ts-node": "9.1.1",
"typescript": "4.1.3",
"typescript": "4.1.5",
"uvu": "0.5.1"

@@ -97,0 +97,0 @@ },

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