New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 0.0.2-beta.2

lib/awesome-qr-code.d.ts

2

.storybook/main.js
module.exports = {
stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
stories: ["../stories/**/*.stories.mdx", "../stories/**/*.stories.@(js|jsx|ts|tsx)"],
addons: ["@storybook/addon-links", "@storybook/addon-essentials"],

@@ -4,0 +4,0 @@ typescript: {

{
"name": "@awesomeqr/react",
"version": "0.0.2-beta.1",
"version": "0.0.2-beta.2",
"description": "A React Component for Awesome-qr.js",

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

"@babel/preset-env": "^7.12.11",
"@babel/preset-flow": "^7.12.1",
"@babel/preset-react": "^7.12.10",

@@ -54,0 +55,0 @@ "@rollup/plugin-babel": "^5.2.2",

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

import typescript from "rollup-plugin-typescript2";
import dts from "rollup-plugin-dts";
import packageJson from "./package.json";

@@ -36,7 +35,7 @@

},
{
input: "./src/index.ts",
output: [{ file: "./lib/index.d.ts", format: "es" }],
plugins: [dts({ respectExternal: true })],
},
// {
// input: "./src/index.ts",
// output: [{ file: "./lib/index.d.ts", format: "es" }],
// plugins: [dts({ respectExternal: true })],
// },
];

@@ -10,3 +10,4 @@ {

"allowSyntheticDefaultImports": true,
"esModuleInterop": true
"esModuleInterop": true,
"declaration": true
},

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

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

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