New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.1 to 1.2.0

1

lib/index.js

@@ -7,1 +7,2 @@ "use strict";

__export(require("./models"));
__export(require("./search"));
import { ArtistModel } from '../models';
export declare const ARTISTS_BY_TERM = "artists-by-term";
export interface ArtistsByTermSearch {

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ARTISTS_BY_TERM = 'artists-by-term';
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./ArtistsByTermSearch"));

2

package.json
{
"name": "@favid-inc/api",
"version": "1.1.1",
"version": "1.2.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