Socket
Socket
Sign inDemoInstall

@nightlylabs/qr-code

Package Overview
Dependencies
1
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.21 to 2.0.0

dist/cjs/index.js

77

package.json
{
"name": "@nightlylabs/qr-code",
"version": "1.0.21",
"version": "2.0.0",
"description": "Nightly QR codes generator",
"main": "lib/nightly-qr-code.js",
"types": "lib/index.d.ts",
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/index.d.ts",
"files": [
"lib"
"dist"
],
"dependencies": {
"qrcode-generator": "^1.4.3"
"scripts": {
"build": "rm -rf ./dist && rollup -c"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"canvas": "^2.6.1",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^3.3.1",
"html-webpack-plugin": "^4.5.1",
"jest": "^26.6.3",
"jest-environment-jsdom-fifteen": "^1.0.0",
"prettier": "^2.2.1",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.12.3",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.1",
"webpack-merge": "^5.7.3"
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"rollup": "^3.23.1",
"rollup-plugin-dts": "^5.3.0",
"tslib": "^2.5.3",
"typescript": "^5.1.3"
},
"scripts": {
"build": "webpack --mode=production --config webpack.config.build.js",
"build:dev": "webpack --mode=development --config webpack.config.build.js",
"test": "jest",
"start": "webpack serve --open --config webpack.config.dev-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kozakdenys/qr-code-styling.git"
},
"keywords": [
"qr",
"qrcode",
"qr-code",
"js",
"qrjs",
"qrstyling",
"styling",
"qrbranding",
"branding",
"qrimage",
"image",
"qrlogo",
"logo",
"design"
],
"author": "Adrian Wójciak <adrianwojciak99@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Synthetify/nightly-qr-codes/issues"
"dependencies": {
"qrcode-generator": "^1.4.4"
}
}
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