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

hal-browser

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hal-browser - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

7

changelog.md

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

0.2.3 (2018-07-07)
==================
* Another mime-type tweak. Apprarently this problem only appears in
some environments. Sorry for the noise.
0.2.2 (2018-07-07)

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

2

dist/serve-asset.js

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

case '.svg':
ctx.response.type = 'image/svg';
ctx.response.type = 'image/svg+xml';
break;

@@ -34,0 +34,0 @@ case '.css':

{
"name": "hal-browser",
"version": "0.2.2",
"version": "0.2.3",
"description": "A HAL browser middleware",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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