
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@rightscale/ui-charts
Advanced tools
Renders time series as charts for Angular
Install it from npm:
npm i @rightscale/ui-charts
In your application, import the library in your index.ts
to make it available globally
import '@rightscale/ui-charts'
Add a reference to the library's module in the Angular module definition for your app:
angular.module('myApp', ['rs.charts'])
In your SCSS stylesheet, import the library's stylesheet if present:
@import '../node_modules/@rightscale/ui-charts/styles.scss';
Tested with Node version 5.12.0 You also need Gulp installed.
Install dependencies with
npm i
You can run the demo app with:
gulp demo
That will automatically serve the demo app and watch for any changes to the app and the library.
You can run the tests in PhantomJS:
gulp spec
Or you can run them in Chrome if you wish to debug them:
gulp spec:debug
If you're working both on the library and a package that consumes it, you can make your local copy of the library available:
npm link
Then you can use this copy from the dependent package using
npm link @rightscale/ui-charts
Finally, you can watch for file changes in the library so the image and template files are automatically rebuilt:
gulp
MIT (c) RightScale
FAQs
Renders time series as charts for Angular
The npm package @rightscale/ui-charts receives a total of 0 weekly downloads. As such, @rightscale/ui-charts popularity was classified as not popular.
We found that @rightscale/ui-charts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.