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

@tsclass/tsclass

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsclass/tsclass - npm Package Compare versions

Comparing version 3.0.45 to 3.0.46

9

dist_ts/business/letter.d.ts

@@ -12,5 +12,8 @@ import * as business from './';

text: string[];
invoice?: finance.IInvoice;
contractRef: string;
timesheetRef: string;
invoiceData?: finance.IInvoice;
contractData?: {
id: string;
contractDate: number;
};
timesheetData: string;
pdfAttachments: Uint8Array[];

@@ -17,0 +20,0 @@ legalContact: business.IContact;

{
"name": "@tsclass/tsclass",
"version": "3.0.45",
"version": "3.0.46",
"private": false,

@@ -5,0 +5,0 @@ "description": "common classes for TypeScript",

@@ -12,5 +12,8 @@ import * as business from './';

text: string[];
invoice?: finance.IInvoice;
contractRef: string;
timesheetRef: string;
invoiceData?: finance.IInvoice;
contractData?: {
id: string;
contractDate: number;
};
timesheetData: string;
pdfAttachments: Uint8Array[];

@@ -17,0 +20,0 @@ legalContact: business.IContact;

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