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.1-beta.14 to 0.0.1-beta.15

8

package.json
{
"name": "@awesomeqr/react",
"version": "0.0.1-beta.14",
"version": "0.0.1-beta.15",
"description": "A React Component for Awesome-qr.js",

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

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

@@ -19,3 +20,2 @@ "typings": "./lib/index.d.ts",

},
"module": "./lib/index.es.js",
"scripts": {

@@ -25,4 +25,5 @@ "test": "echo \"Error: no test specified\" && exit 1",

"build-storybook": "build-storybook",
"clean": "rimraf ./lib",
"build": "rollup -c",
"prepublishOnly": "rollup -c"
"prepublishOnly": "npm-run-all -s clean build"
},

@@ -67,2 +68,3 @@ "author": "Makito <sumimakito@hotmail.com>",

"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"rollup": "^2.35.1",

@@ -69,0 +71,0 @@ "rollup-plugin-delete": "^2.0.0",

@@ -19,3 +19,3 @@ import commonjs from "@rollup/plugin-commonjs";

file: packageJson.module,
format: "esm",
format: "es",
sourcemap: true,

@@ -22,0 +22,0 @@ },

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