Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@master4n/types

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@master4n/types - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
1.1.3
to
1.1.4
+1
-0
cjs/models/person.d.ts

@@ -39,2 +39,3 @@ /**

export interface Person {
id?: string;
firstName: string;

@@ -41,0 +42,0 @@ middleName: string;

@@ -39,2 +39,3 @@ /**

export interface Person {
id?: string;
firstName: string;

@@ -41,0 +42,0 @@ middleName: string;

@@ -39,2 +39,3 @@ /**

interface Person {
id?: string;
firstName: string;

@@ -41,0 +42,0 @@ middleName: string;

+1
-1
{
"name": "@master4n/types",
"version": "1.1.3",
"version": "1.1.4",
"description": "Node Types For Application",

@@ -5,0 +5,0 @@ "main": "cjs/index.cjs",