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

sync-request-curl

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sync-request-curl - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

3

dist/cjs/types.d.ts
/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" />
import { IncomingHttpHeaders } from 'http';

@@ -14,3 +13,3 @@ export type HttpVerb = 'GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'TRACE' | 'PATCH';

timeout?: number;
body?: string | Buffer | NodeJS.ReadableStream;
body?: string | Buffer;
followRedirects?: boolean;

@@ -17,0 +16,0 @@ maxRedirects?: number;

/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" />
import { IncomingHttpHeaders } from 'http';

@@ -14,3 +13,3 @@ export type HttpVerb = 'GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'TRACE' | 'PATCH';

timeout?: number;
body?: string | Buffer | NodeJS.ReadableStream;
body?: string | Buffer;
followRedirects?: boolean;

@@ -17,0 +16,0 @@ maxRedirects?: number;

@@ -7,3 +7,3 @@ {

},
"version": "1.4.1",
"version": "1.4.2",
"files": [

@@ -10,0 +10,0 @@ "dist"

@@ -195,3 +195,3 @@ # sync-request-curl

timeout?: number;
body?: string | Buffer | NodeJS.ReadableStream;
body?: string | Buffer;
followRedirects?: boolean;

@@ -198,0 +198,0 @@ maxRedirects?: number;

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