🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-qui

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-qui - npm Package Compare versions

Comparing version

to
0.0.6

build/Button/Button.d.ts

15

package.json
{
"name": "react-qui",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"main": "./build/index.js",
"files": [
"build"
],
"types": "./build/index.d.ts",

@@ -14,3 +17,5 @@ "scripts": {

"watch": "npm-watch",
"dev": "tsc -w"
"dev": "tsc -w",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},

@@ -52,4 +57,8 @@ "watch": {

"webpack-cli": "^3.1.2",
"webpack-node-externals": "^1.7.2"
"webpack-node-externals": "^1.7.2",
"@storybook/react": "^4.1.6",
"@storybook/addon-actions": "^4.1.6",
"@storybook/addon-links": "^4.1.6",
"@storybook/addons": "^4.1.6"
}
}