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

@cloudflare/util-http

Package Overview
Dependencies
Maintainers
19
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/util-http - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

14

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="1.2.3"></a>
## [1.2.3](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.2.2...@cloudflare/util-http@1.2.3) (2019-01-16)
**Note:** Version bump only for package @cloudflare/util-http
<a name="1.2.2"></a>

@@ -15,3 +23,3 @@ ## [1.2.2](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.2.0...@cloudflare/util-http@1.2.2) (2018-11-19)

<a name="1.2.0"></a>
<a name="1.2.0"></a>
# [1.2.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.1.1...@cloudflare/util-http@1.2.0) (2018-10-30)

@@ -27,3 +35,3 @@

<a name="1.1.1"></a>
<a name="1.1.1"></a>
## [1.1.1](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.1.0...@cloudflare/util-http@1.1.1) (2018-10-29)

@@ -36,3 +44,3 @@

<a name="1.1.0"></a>
<a name="1.1.0"></a>
# [1.1.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@1.0.18...@cloudflare/util-http@1.1.0) (2018-10-25)

@@ -39,0 +47,0 @@

@@ -29,2 +29,3 @@ declare module '@cloudflare/util-http' {

parameters?: IKVPairs;
body?: any;
}

@@ -36,3 +37,5 @@

type TRequestSugarFunction = (
...args: [string, THttpUtilOptions | TCallback, TCallback]
arg1: string,
arg2: THttpUtilOptions | TCallback,
arg3?: TCallback
) => Promise<IWrappedResponse>;

@@ -39,0 +42,0 @@

{
"name": "@cloudflare/util-http",
"description": "Cloudflare HTTP Util",
"version": "1.2.2",
"version": "1.2.3",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "module": "es/index.js",

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