You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

dash-html-components

Package Overview
Dependencies
Maintainers
5
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dash-html-components - npm Package Compare versions

Comparing version

to
2.0.1

34

package.json
{
"name": "dash-html-components",
"version": "2.0.0",
"version": "2.0.1",
"description": "Vanilla HTML components for Dash",

@@ -8,14 +8,12 @@ "main": "lib/index.js",

"type": "git",
"url": "https://github.com/plotly/dash-html-components.git"
"url": "https://github.com/plotly/dash.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/plotly/dash-html-components/issues"
"url": "https://github.com/plotly/dash/issues"
},
"homepage": "https://github.com/plotly/dash-html-components",
"homepage": "https://github.com/plotly/dash",
"scripts": {
"clean": "rm -rf src/* && mkdir -p src/components",
"prebuild": "cd scripts && sh generate-all.sh && cd -",
"install-local": "python setup.py install",
"uninstall-local": "pip uninstall dash-html-components -y",
"lint": "eslint src scripts",

@@ -31,3 +29,3 @@ "build:js": "webpack --mode production",

"author": "Chris Parmer <chris@plotly.com>",
"maintainer": "Ryan Patrick Kyle <ryan@plotly.com>",
"maintainer": "Alex Johnson <alex@plotly.com>",
"dependencies": {

@@ -40,14 +38,14 @@ "prop-types": "^15.7.2",

"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-loader": "^8.2.3",
"cheerio": "^0.22.0",
"cross-env": "^7.0.3",
"es-check": "^5.2.4",
"eslint": "^7.29.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-react": "^7.24.0",
"es-check": "^6.1.1",
"eslint": "^7.30.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-react": "^7.27.1",
"npm-run-all": "^4.1.5",

@@ -57,4 +55,4 @@ "react-docgen": "^5.4.0",

"string": "^3.3.3",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2"
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},

@@ -61,0 +59,0 @@ "files": [

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

Sorry, the diff of this file is not supported yet