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

react-qrcodes

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-qrcodes - npm Package Compare versions

Comparing version 0.0.0 to 1.0.7

dist/react-qrcodes.d.ts

93

package.json
{
"name": "react-qrcodes",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "1.0.7",
"description": "React hooks for generating QR code.",
"author": "Bunlong <bunlong.van@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Bunlong/react-qrcodes.git"
},
"bugs": {
"url": "https://github.com/Bunlong/react-qrcodes.git/issues"
},
"keywords": [
"react",
"reactjs",
"qrcode",
"qrcodes",
"hooks",
"react-hooks",
"typescript",
"react-components",
"react-qrcode",
"react-qrcodes"
],
"homepage": "https://github.com/Bunlong/react-qrcodes",
"main": "dist/react-qrcodes.js",
"module": "dist/react-qrcodes.es.js",
"jsnext:main": "dist/react-qrcodes.es.js",
"types": "dist/react-qrcodes.d.ts",
"@comment unpkg": "dist/react-qrcodes.umd.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "rollup -c",
"@comment prettier": "prettier --write './src/*.ts' './src/*.tsx' --config ./.prettierrc",
"prettier": "prettier --write './src/*.ts' --config ./.prettierrc",
"lint:check": "eslint ./src --ext .tsx,.ts --report-unused-disable-directives",
"bundlesize": "npm run build && bundlesize",
"dev": "rollup -c -w",
"prepare": "npm run build",
"predeploy": "cd docs && npm install && npm run build",
"deploy": "gh-pages -d docs/build"
},
"author": "",
"license": "ISC"
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"bundlesize": "^0.18.0",
"eslint": "^7.0.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.0",
"mutationobserver-shim": "^0.3.5",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rollup": "^2.8.2",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.27.0",
"tslib": "^1.11.2",
"typescript": "^3.8.3"
},
"files": [
"dist"
],
"dependencies": {
"qrcode": "^1.4.4"
},
"bundlesize": [
{
"path": "./dist/react-qrcodes.es.js",
"maxSize": "50 kB"
}
],
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"browser": {
"fs": false
}
}
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