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

@stevent-team/react-qr-hunter

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stevent-team/react-qr-hunter - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/main.js

23

package.json
{
"name": "@stevent-team/react-qr-hunter",
"version": "0.0.1",
"version": "0.0.2",
"description": "A QR code scanner for React",

@@ -16,14 +16,12 @@ "keywords": [

"license": "MIT",
"library": "dist/index.js",
"main": "dist/main.js",
"module": "dist/module.js",
"example": "dist-example/index.html",
"targets": {
"library": {
"source": "src/index.js",
"context": "browser",
"outputFormat": "commonjs",
"isLibrary": true,
"includeNodeModules": {
"react": false
}
"main": {
"source": "src/index.js"
},
"module": {
"source": "src/index.js"
},
"example": {

@@ -34,5 +32,4 @@ "source": "example/index.html"

"scripts": {
"build": "parcel build --target library",
"dev": "parcel --target example",
"example": "parcel build --target example"
"build": "parcel build",
"dev": "parcel --target example"
},

@@ -39,0 +36,0 @@ "dependencies": {

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