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

@cloudflare/util-http

Package Overview
Dependencies
Maintainers
48
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 2.0.10 to 2.0.11

8

CHANGELOG.md

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

## [2.0.11](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@2.0.10...@cloudflare/util-http@2.0.11) (2020-12-30)
**Note:** Version bump only for package @cloudflare/util-http
## [2.0.10](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/util-http@2.0.8...@cloudflare/util-http@2.0.10) (2020-04-27)

@@ -8,0 +16,0 @@

1

dist/http.d.ts

@@ -1,2 +0,1 @@

import 'isomorphic-fetch';
export declare type RequestMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';

@@ -3,0 +2,0 @@ export declare type KVPairs = Record<string, string>;

@@ -11,3 +11,2 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

import 'isomorphic-fetch';
import createLogger from '@cloudflare/util-logger';

@@ -14,0 +13,0 @@ var logRequest = createLogger('http:request');

@@ -15,4 +15,2 @@ "use strict";

require("isomorphic-fetch");
var _utilLogger = _interopRequireDefault(require("@cloudflare/util-logger"));

@@ -19,0 +17,0 @@

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

@@ -16,4 +16,3 @@ "module": "es/index.js",

"dependencies": {
"@cloudflare/util-logger": "^1.0.27",
"isomorphic-fetch": "^2.2.1"
"@cloudflare/util-logger": "^1.0.27"
},

@@ -33,3 +32,3 @@ "optionalDependencies": {

},
"gitHead": "3a5a556f3392b3c8b6e35a7857a39f05ac1bb7eb"
"gitHead": "81ed1a244120008551a4f4cfe09de00c110ac295"
}
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