Socket
Socket
Sign inDemoInstall

@hyperjump/browser

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperjump/browser - npm Package Compare versions

Comparing version 0.17.2 to 0.17.3

4

core.js

@@ -93,2 +93,6 @@ const curry = require("just-curry-it");

const contentTypeHandler = (doc) => {
if (doc === nil) {
return defaultHandler;
}
const contentType = contentTypeParser.parse(doc.headers["content-type"]).type;

@@ -95,0 +99,0 @@ return contentType in contentTypes ? contentTypes[contentType] : defaultHandler;

2

package.json
{
"name": "@hyperjump/browser",
"version": "0.17.2",
"version": "0.17.3",
"description": "A generic hypermedia client",

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

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