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.0 to 0.2.1

6

changelog.md

@@ -0,1 +1,7 @@

0.2.1 (2018-07-07)
==================
* Fixed: assets were not getting the right Content-Type
0.2.0 (2018-07-07)

@@ -2,0 +8,0 @@ ==================

4

dist/serve-asset.js

@@ -30,6 +30,6 @@ "use strict";

switch (fileParts.ext) {
case 'svg':
case '.svg':
ctx.response.type = 'image/svg';
break;
case 'css':
case '.css':
ctx.response.type = 'image/css';

@@ -36,0 +36,0 @@ break;

{
"name": "hal-browser",
"version": "0.2.0",
"version": "0.2.1",
"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