New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.1-alpha.1 to 0.0.1-alpha.2

6

dist/Qrean.d.ts

@@ -12,2 +12,6 @@ export declare const setText: (mem: Uint8ClampedArray, idx: number, s: string) => void;

};
type DetectOptions = {
gamma?: number;
digitized?: Uint8ClampedArray;
};
export declare class Qrean {

@@ -243,4 +247,4 @@ wasm: WebAssembly.WebAssemblyInstantiatedSource;

make(text: string, opts?: MakeOptions | keyof typeof Qrean.CODE_TYPES): ImageData;
detect(imgdata: ImageData, callback: (type: string, str: string) => void): any;
detect(imgdata: ImageData, callback: (type: string, str: string) => void, opts?: DetectOptions): any;
}
export {};

2

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

@@ -6,0 +6,0 @@ "module": "./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