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.49 to 1.0.50

2

dist/finance/expense.d.ts

@@ -5,3 +5,3 @@ import { IContact } from '../business/contact';

asset?: boolean;
accountingType?: string;
accountingType?: any;
amount: number;

@@ -8,0 +8,0 @@ taxPercentage: number;

{
"name": "@tsclass/tsclass",
"version": "1.0.49",
"version": "1.0.50",
"private": false,

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

@@ -7,3 +7,3 @@ import { IInvoice } from './invoice';

asset?: boolean,
accountingType?: string,
accountingType?: any,
amount: number;

@@ -10,0 +10,0 @@ taxPercentage: number;

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