New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

degust-cupom-txt

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

degust-cupom-txt - npm Package Compare versions

Comparing version

to
0.5.4

2

models/cliente.js

@@ -46,3 +46,3 @@ const { EnderecoModel } = require('./endereco');

isNull(){
return this.cpf == null && this.cnpj == null && this.email == null && this.nome == null && this.telefone == null && this.endereco == null;
return this.cpf == null && this.cnpj == null && this.email == null && this.nome == null && this.telefone == null && this.endereco == null && this.observacao == null;
}

@@ -49,0 +49,0 @@ }

{
"name": "degust-cupom-txt",
"version": "0.5.3",
"version": "0.5.4",
"description": "Module capaz de extrair os dados dos cupons .txt que o PDV Linx Degust gera",

@@ -5,0 +5,0 @@ "main": "index.js",