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

@awesomeqr/react

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@awesomeqr/react - npm Package Compare versions

Comparing version 0.0.2-beta.5 to 0.0.2-beta.6

lib/awesome-qr-code.js

6

package.json
{
"name": "@awesomeqr/react",
"version": "0.0.2-beta.5",
"version": "0.0.2-beta.6",
"description": "A React Component for Awesome-qr.js",

@@ -13,3 +13,2 @@ "keywords": [

"main": "./lib/index.js",
"module": "./lib/index.es.js",
"types": "./lib/index.d.ts",

@@ -26,4 +25,5 @@ "typings": "./lib/index.d.ts",

"rollup": "rollup -c",
"tsc": "tsc",
"dts-bundle": "dts-bundle-generator --external-inlines=awesome-qr -o lib/index.d.ts src/index.ts",
"build": "npm-run-all -s rollup dts-bundle",
"build": "npm-run-all -s tsc dts-bundle",
"prepublishOnly": "npm-run-all -s clean build"

@@ -30,0 +30,0 @@ },

@@ -16,7 +16,7 @@ import commonjs from "@rollup/plugin-commonjs";

},
{
file: packageJson.module,
format: "esm",
sourcemap: true,
},
// {
// file: packageJson.module,
// format: "esm",
// sourcemap: true,
// },
],

@@ -23,0 +23,0 @@ plugins: [

{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"module": "commonjs",
"target": "es5",
"lib": ["es6", "dom", "es2016", "es2017"],

@@ -10,3 +10,4 @@ "sourceMap": true,

"allowSyntheticDefaultImports": true,
"esModuleInterop": true
"esModuleInterop": true,
"outDir": "lib"
},

@@ -13,0 +14,0 @@ "include": ["src/**/*"],

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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