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

@alexandrereys/pixqrcode

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alexandrereys/pixqrcode - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

dist/modules/pixBB/application/services/pixBBQrcode.service.d.ts
export declare class PixBBQrcodeService {
helloWorld(): string;
helloWorld(): any;
}

@@ -51,3 +51,6 @@ "use strict";

helloWorld() {
return 'Hello, world from Pixqrcode Library!';
return {
message: 'Hello, world from Pixqrcode Library!',
pixApiUrl: process.env.PIX_API_URL,
};
}

@@ -54,0 +57,0 @@ };

{
"name": "@alexandrereys/pixqrcode",
"version": "1.0.9",
"version": "1.0.10",
"description": "A library to generate Pix QR codes",

@@ -5,0 +5,0 @@ "author": "Alexandre N. Reys",

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