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

@akamfoad/qrcode

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akamfoad/qrcode - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

2

dist/cjs/qrcode.d.ts

@@ -51,3 +51,3 @@ declare const ERROR_CORRECTION_LEVEL_LOW = "L";

type OptionsType$2 = OptionsType$4 & {
type OptionsType$2 = OptionsType$3 & {
fgColor?: string;

@@ -54,0 +54,0 @@ bgColor?: string;

{
"name": "@akamfoad/qrcode",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",

@@ -17,2 +17,12 @@ "description": "The library is generating QR codes as SVG, HTML5 Canvas, PNG and JPG files, or text.",

],
"size-limit": [
{
"path": "dist/qrcode.mjs",
"limit": "6.7 kB"
},
{
"path": "dist/cjs/qrcode.cjs",
"limit": "6.97 kB"
}
],
"author": "akamfoad",

@@ -44,2 +54,3 @@ "files": [

"scripts": {
"size": "size-limit",
"start": "tsup --watch",

@@ -53,18 +64,20 @@ "build": "tsup",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"eslint-plugin-prettier": "^5.0.0",
"@size-limit/preset-small-lib": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"typedoc": "^0.25.1",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"size-limit": "^11.0.0",
"tsup": "^8.0.1",
"typedoc": "^0.25.3",
"typescript": "^5.2.2",
"vitest": "^0.34.4"
"vitest": "^0.34.6"
},
"dependencies": {
"@akamfoad/qr": "^0.1.4"
"@akamfoad/qr": "^0.4.0"
}
}

@@ -0,7 +1,7 @@

import type { QRCodeDataType } from './QRCodeRaw';
import ColorUtils from './utils/ColorUtils';
import type {
ImageConfigType,
OptionsType as ParentOptionsType,
QRCodeDataType,
} from './QRCodeRaw';
import ColorUtils from './utils/ColorUtils';
import type { ImageConfigType } from './AbstractQRCodeWithImage';
} from './AbstractQRCodeWithImage';
import AbstractQRCodeWithImage from './AbstractQRCodeWithImage';

@@ -8,0 +8,0 @@ import { loadImage } from './loader/ImageLoader';

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