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

@kolinext/common

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kolinext/common - npm Package Compare versions

Comparing version 1.0.26 to 1.0.27

2

build/events/pricing-cancelled-event.d.ts
import { Subjects } from './subjects';
export interface PricingCancelledEvent {
subject: Subjects.TaskCancelled;
subject: Subjects.PricingCancelled;
data: {

@@ -5,0 +5,0 @@ id: string;

import { Subjects } from './subjects';
export interface PricingCreatedEvent {
subject: Subjects.TaskCreated;
subject: Subjects.PricingCreated;
data: {

@@ -5,0 +5,0 @@ id: string;

import { Subjects } from './subjects';
export interface PricingUpdatedEvent {
subject: Subjects.TaskUpdated;
subject: Subjects.PricingUpdated;
data: {

@@ -5,0 +5,0 @@ id: string;

{
"name": "@kolinext/common",
"version": "1.0.26",
"version": "1.0.27",
"description": "kolinext common microservices interfaces and functions",

@@ -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