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.0 to 0.0.1-alpha.1

2

dist/Qrean.d.ts

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

on_found?: (type: string, str: string) => void;
static create(): Promise<Qrean>;
static create(debug?: boolean): Promise<Qrean>;
private constructor();

@@ -18,0 +18,0 @@ static CODE_TYPE_QR: "QR";

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

@@ -14,3 +14,7 @@ "module": "./dist/Qrean.js",

"homepage": "https://github.com/kikuchan/libqrean#readme",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"@types/node": "^20.10.7",
"typescript": "^5.3.3"
}
}

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