You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@tsclass/tsclass

Package Overview
Dependencies
Maintainers
1
Versions
165
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

to
1.0.38

2

dist/finance/checkingaccount.d.ts
import { TCurrency } from './currency';
import { ITransaction } from './payment';
import { ITransaction } from './transaction';
export interface ICheckingAccount {

@@ -4,0 +4,0 @@ name: string;

@@ -1,4 +0,4 @@

export interface IPayment {
export interface ITransaction {
amount: number;
date: Date;
}
{
"name": "@tsclass/tsclass",
"version": "1.0.37",
"version": "1.0.38",
"private": false,

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

import { TCurrency } from './currency';
import { ITransaction } from './payment';
import { ITransaction } from './transaction';

@@ -4,0 +4,0 @@ export interface ICheckingAccount {

@@ -1,4 +0,4 @@

export interface IPayment {
export interface ITransaction {
amount: number;
date: Date;
}