@alexandrereys/pixqrcode
Advanced tools
Comparing version 1.0.9 to 1.0.10
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", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
9378
158
2