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 6.8.1 to 6.8.2

4

lib/app-artist/artist-rate.d.ts

@@ -7,4 +7,4 @@ import { ArtistRate } from "../model";

}, ArtistRate[]>;
export declare type DeleteArtistRate = Action<{
url: "/DeleteArtistRate";
export declare type CensorArtistRate = Action<{
url: "/CensorArtistRate";
method: "POST";

@@ -11,0 +11,0 @@ data: {

@@ -24,4 +24,4 @@ import { Address, CreateTransaction, Customer, Transaction, TransactionPaymentMethod } from "../pagar-me";

}, Order>;
export declare type DeleteOrder = Action<{
url: "/DeleteOrder";
export declare type CancelOrder = Action<{
url: "/CancelOrder";
method: "POST";

@@ -28,0 +28,0 @@ data: {

@@ -6,2 +6,4 @@ import { Artist } from "./artist";

artistId?: Artist["id"];
censored?: boolean;
censoredDate?: number;
customerEmail?: string;

@@ -8,0 +10,0 @@ customerName?: string;

@@ -22,2 +22,3 @@ import { Model } from "../model";

status?: OrderStatus;
statusCanceledDate?: number;
statusDeclinedDate?: number;

@@ -24,0 +25,0 @@ statusDeclinedDescription?: string;

{
"name": "@favid-inc/api",
"version": "6.8.1",
"version": "6.8.2",
"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