Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
ui-router-extras
Advanced tools
UI-Router Extras: Sticky states, Future States, Deep State Redirect, Transition promise
Full Website (description, API, demos): http://christopherthielen.github.io/ui-router-extras/
UI-Router is the defacto router for AngularJS.
UI-Router Extras adds additional features to help you write large modular applications.
Note: ui-router-extras test suite runs against UI-Router versions 0.2.8, 0.2.10, 0.2.12, 0.2.13 Support for older versions of ui-router is likely to disappear in the future.
npm install ui-router-extras --save-dev
bower install ui-router-extras --save-dev
ct-ui-router-extras.min.js
app.js
) - ct.ui.router.extras
npm install ui-router-extras --save-dev
bower install ui-router-extras --save-dev
modular/ct-ui-router-extras.core.min.js
modular/ct-ui-router-extras.sticky.min.js
modular/ct-ui-router-extras.dsr.min.js
modular/ct-ui-router-extras.future.min.js
modular/ct-ui-router-extras.previous.min.js
modular/ct-ui-router-extras.statevis.min.js
modular/ct-ui-router-extras.transition.min.js
app.js
) - e.g., ct.ui.router.extras.sticky
git checkout master
npm install && bower install
gulp
The gulpfile.js default target generates the output files into a build/ and build/modular directory. It runs all unit tests on the modular files individually, and then runs the tests against the full build file. When run on the full build file, the test suite is run once against each version of UI-Router listed above.
FAQs
UI-Router Extras: Sticky states, Future States, Deep State Redirect, Transition promise
We found that ui-router-extras demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.