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

@next-core/http

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@next-core/http - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

3

dist/cjs/http.js

@@ -308,4 +308,3 @@ "use strict";

}
let http = new Http();
exports.http = http;
let http = exports.http = new Http();
function createHttpInstance(config) {

@@ -312,0 +311,0 @@ exports.http = http = new Http(config);

{
"name": "@next-core/http",
"version": "1.1.4",
"version": "1.1.5",
"description": "> TODO: description",

@@ -41,7 +41,7 @@ "homepage": "https://github.com/easyops-cn/next-core/tree/v3/packages/http",

"devDependencies": {
"@next-core/build-next-libs": "^1.0.7",
"@next-core/test-next": "^1.0.10",
"whatwg-fetch": "^3.6.18"
"@next-core/build-next-libs": "^1.0.8",
"@next-core/test-next": "^1.0.11",
"whatwg-fetch": "^3.6.19"
},
"gitHead": "99f3a381f5712c54cd5cdc185b4d511d98e665f3"
"gitHead": "0cf0083bfde5b06e3aa4a8ef6af809de6eb9450a"
}

Sorry, the diff of this file is not supported yet

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