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

gpix

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gpix - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

4

dist/examples.js

@@ -40,3 +40,3 @@ "use strict";

var pix_1 = require("./lib/pix");
// Exemplo 02: BRCODE estático, com valor definido
// Exemplo 01: BRCODE estático, com valor definido
var pix = pix_1.PIX.estatico();

@@ -52,3 +52,3 @@ pix.setNomeRecebedor('Hiago Silva Souza');

pix = pix_1.PIX.estatico();
// Exemplo 01: BRCODE estático, sem valor definido (usuário digita valor) e o identificador definido é 123
// Exemplo 02: BRCODE estático, sem valor definido (usuário digita valor) e o identificador definido é 123
pix.setNomeRecebedor('Hiago Silva Souza');

@@ -55,0 +55,0 @@ pix.setCidadeRecebedor('Rio Preto');

@@ -62,3 +62,3 @@ "use strict";

PIX.prototype.setUrlPadraoPix = function (url_padrao_pix) {
this._url_padrao_pix = url_padrao_pix;
this._url_padrao_pix = url_padrao_pix.replace('https://', '');
};

@@ -65,0 +65,0 @@ PIX.prototype.setChave = function (chave) {

{
"name": "gpix",
"version": "1.0.8",
"version": "1.0.9",
"description": "Biblioteca escrita em nodejs para gerar br-code e qr-code do PIX.",

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

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