@screencloud/qr-key-generator
Advanced tools
Comparing version 1.1.0 to 1.1.1
export interface QRPayload { | ||
persistent: boolean; | ||
persistent?: boolean; | ||
client_id: string; | ||
@@ -4,0 +4,0 @@ target_url?: string; |
{ | ||
"name": "@screencloud/qr-key-generator", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "The library that encode the payload into a key for QRCode url", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7534