Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clipboard-health/json-api

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clipboard-health/json-api - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "@clipboard-health/json-api",
"description": "",
"version": "0.2.0",
"version": "0.2.1",
"bugs": "https://github.com/clipboardhealth/core-utils/issues",

@@ -6,0 +6,0 @@ "dependencies": {

@@ -1,2 +0,1 @@

import { URLSearchParams } from "node:url";
import { type ClientJsonApiQuery } from "./types";

@@ -3,0 +2,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.toSearchParams = toSearchParams;
const node_url_1 = require("node:url");
function filterValueString(value) {

@@ -17,3 +16,3 @@ return value instanceof Date ? value.toISOString() : String(value);

function toSearchParams(query) {
const searchParams = new node_url_1.URLSearchParams();
const searchParams = new URLSearchParams();
if (query.fields) {

@@ -20,0 +19,0 @@ Object.entries(query.fields).forEach(([type, fields]) => {

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