Socket
Socket
Sign inDemoInstall

@hyperjump/browser

Package Overview
Dependencies
82
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.17.3 to 0.18.0

7

core.js

@@ -82,4 +82,2 @@ const curry = require("just-curry-it");

const addContentType = (contentType, handler) => contentTypes[contentType] = handler;
const contentTypes = {};

@@ -93,2 +91,5 @@

const addContentType = (contentType, handler) => contentTypes[contentType] = handler;
const getContentType = (contentType) => contentTypes[contentType];
const contentTypeHandler = (doc) => {

@@ -106,4 +107,4 @@ if (doc === nil) {

module.exports = {
construct, extend, addContentType,
construct, extend, addContentType, getContentType,
nil, get, source, value, entries, step, map, filter, reduce, some, every, pipeline
};
{
"name": "@hyperjump/browser",
"version": "0.17.3",
"version": "0.18.0",
"description": "A generic hypermedia client",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc