New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

dash_intersection_observer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dash_intersection_observer

Intersection Observer for Dash

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
8
-63.64%
Maintainers
1
Weekly downloads
 
Created
Source

dash intersection observer

Intersection Observer for Dash

Install

pip install dash_intersection_observer

Development

Getting Started

  • Create a new python environment:

    python -m venv venv
    . venv/bin/activate
    

    Note: venv\Scripts\activate for windows

  • Install python dependencies:

    pip install -r requirements.txt
    
  • Install npm packages:

    • Optional: use nvm to manage node version:
      nvm install
      nvm use
      
    • Install:
      npm install
      
  • Build:

    npm run build
    

Component Code

Publish

If publish on npm:

npm build
npm publish

Justfile

Alternatively, use the provided just commands:

  • Create a Python environment from previous step 1 and install:
    just install
    
  • Build
    just build
    
  • Publish
    just publish
    
  • See all commands with just -l

FAQs

Package last updated on 29 Jul 2023

Did you know?

Socket

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.

Install

Related posts