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.5 to 0.9.6

1

dist/FacetedSearch.d.ts

@@ -35,2 +35,3 @@ import { Query } from './types';

setModifier(modifier: Query | undefined): void;
getModifier(): Query | undefined;
/**

@@ -37,0 +38,0 @@ * Get the Query to get the search results.

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

};
FacetedSearch.prototype.getModifier = function () {
return this._activeModifier;
};
/**

@@ -89,0 +92,0 @@ * Get the Query to get the search results.

2

package.json
{
"name": "@spinque/query-api",
"version": "0.9.5",
"version": "0.9.6",
"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