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

fus-ext

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fus-ext - npm Package Compare versions

Comparing version 1.13.4 to 1.13.5

7

changelog.md

@@ -0,1 +1,8 @@

v1.13.5
=======
2018-06-10T17:04:38Z
Fix a `web` bug that response with no "Content-Type" header will result in error on Node.js.
v1.13.4

@@ -2,0 +9,0 @@ =======

2

package.json
{
"name": "fus-ext",
"version": "1.13.4",
"version": "1.13.5",
"description": "FutureScript Extension",

@@ -5,0 +5,0 @@ "keywords": [

@@ -129,3 +129,7 @@ "use strict";

})() : (() => {
contentType = rawResponse.headers["content-type"].toLowerCase();return ok_573300145710716007(contentType) ? (() => {
contentType = ok_573300145710716007(rawResponse.headers["content-type"]) ? (() => {
return rawResponse.headers["content-type"].toLowerCase();
})() : (() => {
return null;
})();return ok_573300145710716007(contentType) ? (() => {
contentEncodingMatches = contentType.match(new RegExp(";\\s*charset=([^\\s;]+)\\s*(;|$)"));return ok_573300145710716007(contentEncodingMatches) ? (() => {

@@ -132,0 +136,0 @@ encoding = contentEncodingMatches[1];return encoding === "utf-8" ? (() => {

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