qrcode-svg-ts
Advanced tools
Comparing version 1.0.2 to 1.0.3
var os = require('os'); | ||
var fs = require('fs'); | ||
var path = require('path'); | ||
var QRCode = require("./lib/qrcode.js"); | ||
var QRCode = require("./qrcode.js"); | ||
@@ -6,0 +6,0 @@ //Default configuration |
@@ -1,2 +0,2 @@ | ||
var QRCode = require('../lib/qrcode.js'); | ||
var QRCode = require('../qrcode.js'); | ||
@@ -3,0 +3,0 @@ var hello = new QRCode("Hello World!"); |
@@ -1,2 +0,2 @@ | ||
var QRCode = require('../lib/qrcode.js'); | ||
var QRCode = require('../qrcode.js'); | ||
@@ -3,0 +3,0 @@ var htmlpdf; |
@@ -1,2 +0,2 @@ | ||
var QRCode = require('../lib/qrcode.js'); | ||
var QRCode = require('../qrcode.js'); | ||
@@ -3,0 +3,0 @@ //Sample 1 |
{ | ||
"name": "qrcode-svg-ts", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A simple QR Code generator in pure JavaScript", | ||
@@ -8,2 +8,3 @@ "author": "SHLYREN", | ||
"main": "lib/qrcode.js", | ||
"typings": "qrcode.d.ts", | ||
"scripts": { | ||
@@ -10,0 +11,0 @@ "minify": "node minify.js", |
@@ -1,2 +0,2 @@ | ||
var QRCode = require('../lib/qrcode.js'); | ||
var QRCode = require('../qrcode.js'); | ||
@@ -3,0 +3,0 @@ function generateRandomString(length) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
253684