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 2.0.7 to 2.0.8

dist/business/person.d.ts

1

dist/business/contact.d.ts

@@ -17,4 +17,5 @@ import { IAddress } from '..';

phone?: string;
fax?: string;
vatId?: string;
bankAccountNumber?: string;
}

2

package.json
{
"name": "@tsclass/tsclass",
"version": "2.0.7",
"version": "2.0.8",
"private": false,

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

@@ -25,2 +25,3 @@ import { IAddress } from '..';

phone?: string;
fax?: string;

@@ -27,0 +28,0 @@ // =========

@@ -6,2 +6,2 @@ export * from './contractevent';

export * from './sessionevent';
export * from './userevent';
export * from './userevent';
export interface IEvent_Session {
userID: string;
sessionType: 'new' | 'reactivated'
sessionType: 'new' | 'reactivated';
}

@@ -1,3 +0,1 @@

export interface IEvent_User {
}
export interface IEvent_User {}
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