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.26 to 1.0.27

4

dist/business/contact.d.ts

@@ -8,3 +8,3 @@ import { IAddress } from '../index';

type: TContactType;
title: TContactTitle;
title?: TContactTitle;
name: string;

@@ -15,5 +15,5 @@ surname?: string;

description: string;
customerNumber: string;
customerNumber?: string;
vatId?: string;
bankAccountNumber?: string;
}
{
"name": "@tsclass/tsclass",
"version": "1.0.26",
"version": "1.0.27",
"private": false,

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

@@ -15,3 +15,3 @@ import { IAddress } from '../index';

type: TContactType;
title: TContactTitle;
title?: TContactTitle;
name: string;

@@ -22,3 +22,3 @@ surname?: string;

description: string;
customerNumber: string;
customerNumber?: string;

@@ -25,0 +25,0 @@

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