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

@favid-inc/api

Package Overview
Dependencies
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@favid-inc/api - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

1

lib/search/ArtistsByMainCategorySearch.d.ts
import { ArtistModel } from '../models';
export declare const ARTISTS_BY_MAIN_CATEGORY_SEARCH = "artists-by-main-category-search";
export interface ArtistsByMainCategorySearch {

@@ -3,0 +4,0 @@ aggregations: Aggregations;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ARTISTS_BY_MAIN_CATEGORY_SEARCH = 'artists-by-main-category-search';

2

lib/search/ArtistsByTermSearch.d.ts
import { ArtistModel } from '../models';
export declare const ARTISTS_BY_TERM = "artists-by-term";
export declare const ARTISTS_BY_TERM_SEARCH = "artists-by-term-search";
export interface ArtistsByTermSearch {

@@ -4,0 +4,0 @@ hits: Hits;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ARTISTS_BY_TERM = 'artists-by-term';
exports.ARTISTS_BY_TERM_SEARCH = 'artists-by-term-search';

@@ -6,2 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./ArtistsByMainCategorySearch"));
__export(require("./ArtistsByTermSearch"));
{
"name": "@favid-inc/api",
"version": "1.2.0",
"version": "1.3.0",
"description": "API for Favid Project",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme",

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