
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@fnndsc/chrisstoreapi
Advanced tools
[](https://travis-ci.org/FNNDSC/fnndsc)
JavaScript6 client for the ChRIS Store API.
npm i @fnndsc/chrisstoreapi
If you have a ChRIS store server up and running (eg. as explained below) then you can test the API in your Javascript code.
For more information visit the API documentation
These preconditions are only necessary to be able to test the client against an actual instance of a ChRIS Store server both during development and for the automated tests.
Docker 17.04.0+
Docker Compose 1.10.0+
Ubuntu (16.04/17.04/17.10) and MAC OS X 10.11+
docker group
in your machineOpen a terminal and run the following commands in any working directory:
$> git clone https://github.com/FNNDSC/ChRIS_ultron_backEnd.git
$> cd ChRIS_ultron_backEnd
$> ./docker-make-chris_dev.sh -U -I -i
Check that all the services are up:
$> docker-compose ps
Open a terminal in the directory of this README file
Install dependencies
$> yarn install
Start tests in watch mode (used for developing)
$> yarn start
Start test in single run mode (used by Travis CI
)
$> yarn test
Compile library to standalone bundle
$> yarn build
Generate source code documentation
$> yarn docs
FAQs
[](https://app.travis-ci.com/FNNDSC/fnndsc)
The npm package @fnndsc/chrisstoreapi receives a total of 1 weekly downloads. As such, @fnndsc/chrisstoreapi popularity was classified as not popular.
We found that @fnndsc/chrisstoreapi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
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.