Socket
Socket
Sign inDemoInstall

txai-tipos

Package Overview
Dependencies
0
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.54 to 1.7.55

7

dist/interfaces/produto.interface.d.ts
export interface IProduto {
id?: number;
nome: string;
createdAt?: Date;
updatedAt?: Date;
logo: string;
slug?: string;
url: string;
createdAt: Date;
updatedAt: Date;
}

@@ -13,5 +13,5 @@ import { INivelAcesso } from "..";

isActive: boolean;
nivelDeAcesso: INivelAcesso;
niveisDeAcesso: INivelAcesso[];
createdAt?: Date;
updatedAt?: Date;
}
{
"name": "txai-tipos",
"version": "1.7.54",
"version": "1.7.55",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "repository": "git@gitlab.com:SGT_Team/txai-tipos.git",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc