Socket
Socket
Sign inDemoInstall

txai-tipos

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

txai-tipos - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

dist/interfaces/usuario.interface.d.ts

@@ -7,2 +7,3 @@ import { IEndereco } from "./endereco.interface";

cpf: string;
senha?: string;
telefone?: string;

@@ -9,0 +10,0 @@ isActive?: boolean;

5

package.json
{
"name": "txai-tipos",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",

@@ -12,4 +12,3 @@ "repository": "git@gitlab.com:SGT_Team/txai-tipos.git",

"scripts": {
"prepare": "rm -rf dist && tsc",
"publish": "yarn prepare && npm publish"
"prepare": "rm -rf dist && tsc"
},

@@ -16,0 +15,0 @@ "devDependencies": {

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