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

dfts-qrcode

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dfts-qrcode - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

8

CHANGELOG.md

@@ -0,1 +1,9 @@

# [1.0.0](https://github.com/Dafnik/dfts-common/compare/dfts-qrcode-0.0.1...dfts-qrcode-1.0.0) (2023-10-30)
### Features
- update package.json ([a65d182](https://github.com/Dafnik/dfts-common/commit/a65d18296bd73abebdddec04e1e6eb2b39faee28))
- update README.md ([d87ca6c](https://github.com/Dafnik/dfts-common/commit/d87ca6c5f7bc9ee3bcbb8d65e8e0b44f0d2d7806))
- update README.md's ([ba21cbb](https://github.com/Dafnik/dfts-common/commit/ba21cbb6c9baa00accc1c17f7211dc2d0deed9e4))
## 0.0.1 (2023-05-30)

@@ -2,0 +10,0 @@

43

package.json
{
"name": "dfts-qrcode",
"version": "0.0.1",
"version": "1.0.0",
"description": "tiny and simple-to-use Javascript / TypeScript QR-Code generator library. Fully type-safe and esm module compatible",
"private": false,
"type": "module",
"peerDependencies": {
"tslib": "^2.3.0"
"license": "MIT",
"homepage": "https://dafnik.me",
"keywords": [
"typescript",
"qrcode",
"qr",
"code",
"tiny",
"small",
"esm",
"modules",
"esm-modules"
],
"author": {
"name": "Dafnik",
"email": "contact@dafnik.me",
"url": "https://dafnik.me"
},
"main": "./src/index.js",
"types": "./src/index.d.ts"
"funding": {
"type": "liberapay",
"url": "https://liberapay.com/Dafnik"
},
"bugs": {
"url": "https://github.com/Dafnik/dfts-common/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:Dafnik/dfts-common.git",
"directory": "libs/dfts-qrcode"
},
"sideEffects": false,
"dependencies": {
"tslib": "2.6.0"
},
"module": "./src/index.js",
"main": "./src/index.js"
}
# dfts-qrcode
Typescript esm qr code generating library.
`dfts-qrcode` is a tiny and simple-to-use Javascript / TypeScript QR-Code generator library.
Fully type-safe and esm module compatible.
[![NPM](https://nodei.co/npm/dfts-qrcode.png)](https://npmjs.org/package/dfts-qrcode)
[![npm version](https://badge.fury.io/js/dfts-qrcode.svg)](https://npmjs.org/package/dfts-qrcode)
[![NPM](https://img.shields.io/npm/dw/dfts-qrcode?logo=npm)](https://npmjs.org/package/dfts-qrcode)
[![npm bundle size](https://img.shields.io/bundlephobia/min/dfts-qrcode?cacheSeconds=86400)](https://npmjs.org/package/dfts-qrcode)
- [Installation](#installation)
- [Usage](#usage)
- [HTMLImageElement](#htmlimageelement)
- [HTMLCanvasElemtn](#htmlcanvaselement)
- [Error Correction Level](#error-correction-level)
- [QR Code capacity](#qr-code-capacity)
- [Encoding modes](#encoding-modes)
## Installation

@@ -8,0 +19,0 @@

2

src/lib/qrcode.d.ts

@@ -1,2 +0,2 @@

import { generateMatrixOptions, generateOptions, generateWithAccessibleOptions, generateWithImageOptions } from './types';
import { generateMatrixOptions, generateOptions, generateWithAccessibleOptions, generateWithImageOptions } from "./types";
export declare function generateQrCodeMatrix(data: string | number, options?: generateMatrixOptions): number[][];

@@ -3,0 +3,0 @@ export declare function generateQrCodeCanvas(data: string | number, options?: generateOptions, canvasElement?: HTMLCanvasElement): HTMLCanvasElement;

Sorry, the diff of this file is not supported yet

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