Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

qrean

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

qrean - npm Package Compare versions

Comparing version 0.1.0-alpha.2 to 0.1.0-alpha.3

6

dist/Qrean.d.ts

@@ -11,2 +11,3 @@ type CreateOptions = {

qrErrorLevel?: keyof typeof Qrean.QR_ERRORLEVELS;
eciCode?: 'UTF-8' | 'ShiftJIS' | 'Latin1';
scale?: number;

@@ -281,5 +282,10 @@ padding?: number[] | number;

};
static encode(text: string, opts?: EncodeOptions | keyof typeof Qrean.CODE_TYPES): Promise<false | Image>;
encode(text: string, opts?: EncodeOptions | keyof typeof Qrean.CODE_TYPES): Promise<false | Image>;
private allocImage;
private readImage;
static detect(imgdata: Image, opts?: DetectOptions, callback?: (obj: Detected) => void): Promise<{
detected: Detected[];
digitized: Image;
}>;
detect(imgdata: Image, opts?: DetectOptions, callback?: (obj: Detected) => void): Promise<{

@@ -286,0 +292,0 @@ detected: Detected[];

2

package.json
{
"name": "qrean",
"type": "module",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "A portable QR and Barcode generation / manipulation library written in C",

@@ -6,0 +6,0 @@ "main": "./dist/Qrean.js",

Sorry, the diff of this file is too big to display

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