New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

http4js

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http4js - npm Package Compare versions

Comparing version 3.2.1 to 3.2.2

2

core/Res.js

@@ -56,3 +56,3 @@ "use strict";

Res.prototype.bodyString = function () {
return decodeURIComponent(this.body);
return this.body;
};

@@ -59,0 +59,0 @@ Res.clone = function (a) {

@@ -62,3 +62,3 @@ import {HttpMessage, HeadersType} from "./HttpMessage";

bodyString(): string {
return decodeURIComponent(this.body);
return this.body;
}

@@ -65,0 +65,0 @@

@@ -14,1 +14,2 @@ export * from "./core/Routing";

export * from "./client/HttpClient";
export * from "./zipkin/Zipkin";

@@ -17,1 +17,2 @@ "use strict";

__export(require("./client/HttpClient"));
__export(require("./zipkin/Zipkin"));

@@ -16,1 +16,3 @@ export * from "./core/Routing";

export * from "./client/HttpClient";
export * from "./zipkin/Zipkin";
{
"name": "http4js",
"version": "3.2.1",
"version": "3.2.2",
"description": "A lightweight HTTP toolkit",

@@ -30,7 +30,7 @@ "main": "dist/index.js",

"koa-bodyparser": "4.2.0",
"mocha": "5.0.0",
"mocha": "5.2.0",
"ssl-root-cas": "1.2.5",
"ts-node": "4.1.0",
"ts-node": "7.0.1",
"typescript": "3.0.1"
}
}
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