
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@indigoframework/react-mapexplorer
Advanced tools
A react component used to display a Map Explorer from chainscript.
npm install @indigoframework/react-mapexplorer --save
Now you're ready to run a local version of rollup that will watch your src/
component and automatically recompile it into dist/
whenever you make changes.
We'll also be running our example/
create-react-app that's linked to the local version of your react-mapexplorer
module.
# run example to start developing your new component against
npm link # the link commands are important for local development
npm install # disregard any warnings about missing peer dependencies
npm start # runs rollup with watch flag
# (in another tab, run the example create-react-app)
cd example
npm link @indigoframework/react-mapexplorer
npm install
npm start # runs create-react-app hot-reload dev server
Now, anytime you make a change to your component in src/
or to the example application's example/src
, create-react-app
will live-reload your local dev server so you can iterate on your component in real-time.
Copyright 2017 Stratumn SAS. All rights reserved.
Unless otherwise noted, the source files are distributed under the Apache License 2.0 found in the LICENSE file.
FAQs
React component that displays a Map Explorer
The npm package @indigoframework/react-mapexplorer receives a total of 8 weekly downloads. As such, @indigoframework/react-mapexplorer popularity was classified as not popular.
We found that @indigoframework/react-mapexplorer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.