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 2.5.0 to 2.6.0

6

lib/models/artist/constants.d.ts
export declare const ARTIST = "artist";
export declare const ARTIST_SEARCH_BY_MAIN_CATEGORY = "artist_search_by_main_category";
export declare const ARTIST_SEARCH_BY_TERM = "artist_search_by_term";
export declare enum ArtistSearch {
BY_MAIN_CATEGORY = "artist_search_by_main_category",
BY_TERM = "artist_search_by_term"
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ARTIST = "artist";
exports.ARTIST_SEARCH_BY_MAIN_CATEGORY = "artist_search_by_main_category";
exports.ARTIST_SEARCH_BY_TERM = "artist_search_by_term";
var ArtistSearch;
(function (ArtistSearch) {
ArtistSearch["BY_MAIN_CATEGORY"] = "artist_search_by_main_category";
ArtistSearch["BY_TERM"] = "artist_search_by_term";
})(ArtistSearch = exports.ArtistSearch || (exports.ArtistSearch = {}));
{
"name": "@favid-inc/api",
"version": "2.5.0",
"version": "2.6.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