Socket
Socket
Sign inDemoInstall

@spinque/query-api

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinque/query-api - npm Package Compare versions

Comparing version 0.9.8 to 0.9.9

2

dist/types.d.ts

@@ -131,3 +131,3 @@ /**

id: string;
type: string[];
class: string[];
attributes?: {

@@ -134,0 +134,0 @@ [attributeName: string]: any;

@@ -26,2 +26,5 @@ import { ApiConfig, Query } from '.';

export declare const tupleListToString: (tuples: (string | number)[][] | (string | number)[] | string | number, scores?: number[] | undefined) => string;
/**
* Joins together URL parts into an URL
*/
export declare const join: (...segments: string[]) => string;

@@ -111,2 +111,5 @@ "use strict";

exports.tupleListToString = tupleListToString;
/**
* Takes a value that should be a tuple list and ensures it has a normalized form.
*/
var ensureTupleList = function (value) {

@@ -145,2 +148,5 @@ // Convert string or number to nested array

};
/**
* Joins together URL parts into an URL
*/
var join = function () {

@@ -147,0 +153,0 @@ var segments = [];

{
"name": "@spinque/query-api",
"version": "0.9.8",
"version": "0.9.9",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/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