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

@types/qr-image

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/qr-image - npm Package Compare versions

Comparing version 3.2.5 to 3.2.6

9

qr-image/index.d.ts

@@ -41,2 +41,7 @@ // Type definitions for qr-image 3.2

export interface SvgObject {
size: number;
path: string;
}
export interface Options {

@@ -65,5 +70,5 @@ // error correction level. One of L, M, Q, H. Default M.

export function svgObject(text: string, level?: ec_level): any;
export function svgObject(text: string, options?: Options): any;
export function svgObject(text: string, level?: ec_level): SvgObject;
export function svgObject(text: string, options?: Options): SvgObject;
export function matrix(text: string, level?: ec_level): any[][];
{
"name": "@types/qr-image",
"version": "3.2.5",
"version": "3.2.6",
"description": "TypeScript definitions for qr-image",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qr-image",

},
"typesPublisherContentHash": "0deb5f0924647d5b86d09d11c240f09a88f2c4f518ae6430baa1cff0c5a212e0",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "ed28bc4a62b4f21d1232ac88ab1a98647ab09fe89745e6f6927dd5017042fc33",
"typeScriptVersion": "4.3"
}

@@ -51,2 +51,7 @@ # Installation

export interface SvgObject {
size: number;
path: string;
}
export interface Options {

@@ -75,4 +80,4 @@ // error correction level. One of L, M, Q, H. Default M.

export function svgObject(text: string, level?: ec_level): any;
export function svgObject(text: string, options?: Options): any;
export function svgObject(text: string, level?: ec_level): SvgObject;
export function svgObject(text: string, options?: Options): SvgObject;

@@ -84,3 +89,3 @@ export function matrix(text: string, level?: ec_level): any[][];

### Additional Details
* Last updated: Tue, 30 Nov 2021 02:01:05 GMT
* Last updated: Thu, 27 Jul 2023 08:02:54 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -87,0 +92,0 @@ * Global values: none

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