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.37 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;
}
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