
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@nebula.js/sn-animator
Advanced tools
Control for iterating over a dimension with a set time between each step.
The animator values over a dimension. The animator is normally used to observe relationships among charts.
Requires @nebula.js/stardust
version 1.2.0
or later. You can also load through the script tag directly from https://unpkg.com.
If you use npm: npm install @nebula.js/sn-animator
.
import { embed } from '@nebula.js/stardust';
import animator from '@nebula.js/sn-animator';
// 'app' is an enigma app model
const nuked = embed(app, {
types: [
{
// register the animator
name: 'animator',
load: () => Promise.resolve(animator),
},
],
});
// Rendering a animator on the fly
nuked.render({
type: 'animator',
element,
});
More details can be found in the examples
folder.
New packages should be published by Circle CI and it will publish a new release if the package.json version matches the tag. Ie package.json = 2.0.0 && tag = v2.0.0
.
The simplest way to accomplish this is to follow the steps below. Also don't forget to resolve/close all appropriate JIRA issues.
origin/master
(github master) has all changes that should be included in the release.A standard release is made with (if you're not sure, this is the one you want).
yarn minor-release
For a major release with breaking changes
yarn major-release
For a patch release in a release branch
yarn patch-release
You can use this command to make a pre-release. Use it in your branch to not affect the version in master and be sure to revert back to the master's version when you create the PR.
yarn pre-release
FAQs
Control for iterating over a dimension with a set time between each step.
The npm package @nebula.js/sn-animator receives a total of 51 weekly downloads. As such, @nebula.js/sn-animator popularity was classified as not popular.
We found that @nebula.js/sn-animator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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
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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.