Security News
NVD Backlog Tops 20,000 CVEs Awaiting Analysis as NIST Prepares System Updates
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
flaming-sansa
Advanced tools
Angular SVG & Graphing Library.
Flaming Sansa provides a number of Angular-friendly SVG primitives:
These charts and visualizations are examples, both for inspiration and a living document of best practices. https://davidsouther.com/flaming-sansa
Flaming-sansa is entirely self-contained as a node.js application. Simply clone, install, and run.
git clone
npm install
npm start
The node app will print a banner. Visit that. Click around. Demos are listed along the bottom tab bar.
So long as the node application is running, any changes to the code will be compiled on save. Syntax and compilation expressions will print to the console.
See current demos for sample code.
Checklist:
graphing.demos.name
.graphing.demos
.demo
.demos/template.jade
.npm test
will run all unit and feature tests, defaulting to using Google
Chrome. To run the feature tests, ChromeDriver
will need to be
on your system's path.
.
├── Gruntfile.coffee # Task configuration.
├── README.md # Project documentation and overview.
├── app.js # Node Server Bootstrap.
├── package.json # NPM Package Settings.
├── server.json # ng-stassets configuration.
└── src # All source files. Only edit files in here.
├── client # Browser-side files
│ ├── Gruntfile.coffee # Browser test configuration
│ ├── all.styl # Top-level styles, to control the page.
│ ├── animation # Animation helpers
│ │ └── style
│ │ └── service.coffee # Service to mange dynamic css animations.
│ ├── charts # Chart code
│ │ ├── axis
│ │ │ ├── all.styl
│ │ │ ├── directive.coffee
│ │ │ └── template.jade
│ │ └── bar
│ │ ├── all.styl
│ │ ├── directive.coffee
│ │ └── template.jade
│ ├── d3 # Code copied from D3 (mostly their math libraries).
│ │ ├── LICENSE
│ │ ├── main.js
│ │ ├── math
│ │ │ └── sign.js
│ │ └── svg
│ │ ├── lineCardinalTangents.js
│ │ ├── lineFiniteDifferences.js
│ │ ├── lineHermite.js
│ │ ├── lineMonotoneTangents.js
│ │ └── lineSlope.js
│ ├── demos # Any demos showing ng svg functionality
│ │ ├── bar
│ │ │ ├── all.styl
│ │ │ ├── directive.coffee
│ │ │ └── template.jade
│ │ ├── main.coffee
│ │ ├── template.jade
│ │ └── trig # A visualization showing the behavior of sine.
│ │ ├── all.styl
│ │ ├── directive.coffee
│ │ └── template.jade
│ ├── index.jade
│ ├── scales
│ │ └── main.js
│ ├── svg # SVG Utility Directives
│ │ ├── at
│ │ │ ├── directive.js
│ │ │ └── directive.test.coffee
│ │ ├── center
│ │ │ ├── directive.js
│ │ │ └── directive.test.coffee
│ │ ├── drawPath
│ │ │ ├── all.styl
│ │ │ └── directive.js
│ │ ├── from
│ │ │ ├── directive.js
│ │ │ └── directive.test.coffee
│ │ ├── graphTick
│ │ │ ├── directive.js
│ │ │ └── directive.test.coffee
│ │ ├── main.js
│ │ ├── path
│ │ │ └── directive.js
│ │ ├── radius
│ │ │ ├── directive.js
│ │ │ └── directive.test.coffee
│ │ ├── scatterPoint
│ │ │ └── directive.js
│ │ ├── svg
│ │ │ ├── directive.js
│ │ │ └── directive.test.coffee
│ │ └── to
│ │ ├── directive.js
│ │ └── directive.test.coffee
│ └── tools
│ ├── energize
│ │ └── directive.coffee
│ ├── groupBy
│ │ └── filter.coffee
│ ├── httpBackend.coffee
│ ├── localStorage
│ │ └── service.coffee
│ ├── render.coffee
│ └── socketBackend.coffee
└── deploy
└── Gruntfile.coffee
FAQs
Angular SVG Primitives and Graphs
We found that flaming-sansa 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
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.