Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
dash-core-components
Advanced tools
As of Dash 2, the development of dash-core-components has been moved to the main Dash repo
This package exists for backward compatibility
This package provides the core React component suite for Dash.
The dash
package contains some tools to build components and drive the bundles build process.
To avoid the circular dependency situation, we don't add dash
as a required install in the dash-core-components
setup.
But, in order to do development locally, you need to install dash
before everything.
# it's recommended to install your python packages in a virtualenv
# python 2
$ pip install virtualenv --user && virtualenv venv && . venv/bin/activate
# python 3
$ python -m venv venv && . venv/bin/activate
# make sure dash is installed with dev and testing dependencies
$ pip install dash[dev,testing] # in some shells you need \ to escape []
# run the build process
$ npm i --ignore-scripts && npm run build
# install dcc in editable mode
$ pip install -e .
You can run the Selenium integration tests with the
npm test
Run the build watcher by running $ npm run build:watch
Run the dash layout you want to test
# Import dash_core_components to your layout, then run it:
$ python my_dash_layout.py
$ npm run uninstall-local
There's an npm script that will handle publish, provided you have the right credentials. You can run it by running
$ npm run publish-all
See the Publishing New Components/Features section of the Contributing guide for step-by-step instructions on publishing new components.
See the dash-component-boilerplate repo for more information.
FAQs
Core component suite for Dash
We found that dash-core-components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.