New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@catcessory/common

Package Overview
Dependencies
Maintainers
0
Versions
356
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@catcessory/common - npm Package Compare versions

Comparing version 1.0.352 to 1.0.353

4

build/events/cart-checkout-event.d.ts

@@ -7,4 +7,4 @@ import { Subjects } from './subjects';

orderId: string;
carts: {
id: string;
orderItems: {
cartId: string;
productName: string;

@@ -11,0 +11,0 @@ productPrice: string;

@@ -11,4 +11,4 @@ import { OrderStatus } from './types/order-status';

status: OrderStatus;
carts: {
id: string;
items: {
cartId: string;
}[];

@@ -15,0 +15,0 @@ discount: number;

@@ -11,4 +11,4 @@ import { Subjects } from './subjects';

orderId: string;
carts: {
id: string;
orderItems: {
cartId: string;
}[];

@@ -15,0 +15,0 @@ method: PaymentMethod;

{
"name": "@catcessory/common",
"version": "1.0.352",
"version": "1.0.353",
"description": "",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

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