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 1.1.5 to 1.1.6

2

lib/media-types/jref-media-type-plugin.js

@@ -12,5 +12,5 @@ import { parse } from "../jref/index.js";

},
fileMatcher: (path) => path.endsWith(".jref")
fileMatcher: (path) => /[^/]\.jref$/.test(path)
};
const anchorLocation = (fragment) => decodeURI(fragment || "");

@@ -25,3 +25,3 @@ import { createReadStream } from "node:fs";

const contentType = await getFileMediaType(filePath);
const contentType = await getFileMediaType(responseUri);
const stream = createReadStream(filePath);

@@ -28,0 +28,0 @@ const response = new Response(stream, {

{
"name": "@hyperjump/browser",
"version": "1.1.5",
"version": "1.1.6",
"description": "Browse JSON-compatible data with hypermedia references",

@@ -5,0 +5,0 @@ "type": "module",

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