Socket
Socket
Sign inDemoInstall

@keeex/qrcodejs-kx

Package Overview
Dependencies
0
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@keeex/qrcodejs-kx",
"version": "1.0.1",
"version": "1.0.2",
"description": "QRCodeJS is a javascript library for making QRCode. It has no dependencies, is cross-browser and using HTML5 Canvas. This porject is a fork by KeeeX Company from davidshimjs, with Code Length Overflow fixed.",

@@ -5,0 +5,0 @@ "main": "qrcode.min.js",

@@ -8,3 +8,3 @@ # QRCode.js

## Basic Usages
```
```html
<div id="qrcode"></div>

@@ -18,3 +18,3 @@ <script type="text/javascript">

```
```html
<div id="qrcode"></div>

@@ -35,3 +35,3 @@ <script type="text/javascript">

```
```javascript
qrcode.clear(); // clear the code.

@@ -43,3 +43,3 @@ qrcode.makeCode("https://github.com/KeeeX"); // make another code.

```
```javascript
const QRCode = require("@keeex/qrcodejs-kx");

@@ -46,0 +46,0 @@ // Use QRCode as usual

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc