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.5

2

index.js

@@ -78,3 +78,3 @@ const { ClienteModel } = require('./models/cliente');

const cliente_sexo = lines[2].substr(970, 1).trim() || null;
const cliente_observacao = lines[2].substr(675, 40).trim() || null;
const cliente_observacao = lines[2].substr(675, 40).trim() || lines[1].substr(286, 55).trim() || null;

@@ -81,0 +81,0 @@ _tmp = lines[2].substr(659, 8).trim() || null;

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

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