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.0.0 to 6.1.0

7

lib/app-customer/order.d.ts

@@ -12,2 +12,9 @@ import { Address, CreateTransaction, Customer, Transaction, TransactionPaymentMethod } from "../pagar-me";

}, SocialOrder[]>;
export declare type ReadOrder = Action<{
url: "/ReadOrder";
method: "GET";
params: {
orderId: Required<Order>["id"];
};
}, SocialOrder>;
export declare type PlaceOrder = Action<{

@@ -14,0 +21,0 @@ url: "/PlaceOrder";

2

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