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 1.0.45 to 1.0.46

2

dist/finance/expense.d.ts

@@ -7,2 +7,4 @@ export interface IExpenseItem {

voucherFile?: any;
date: Date;
description: string;
expenseItems: IExpenseItem[];

@@ -9,0 +11,0 @@ contactRef: string;

2

package.json
{
"name": "@tsclass/tsclass",
"version": "1.0.45",
"version": "1.0.46",
"private": false,

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

@@ -11,2 +11,4 @@ import { IInvoice } from './invoice';

voucherFile?: any;
date: Date;
description: string;
expenseItems: IExpenseItem[];

@@ -13,0 +15,0 @@ contactRef: string;

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