Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
vega-spec-injector
Advanced tools
Vega helper library to simplify modification of the Vega and VegaLite JSON before parsing.
Vega helper library to simplify modification of the Vega and VegaLite JSON before parsing.
import vegaSpecInjector from 'vega-spec-injector';
Install via yarn
yarn add vega-spec-injector (--dev)
or npm
npm install vega-spec-injector (--save-dev)
You can pass in extra options as a configuration object (➕ required, ➖ optional, ✏️ default).
import vegaSpecInjector from 'vega-spec-injector';
➖ property ( type ) ✏️ default
📝 description
❗️ warning
ℹ️ info
💡 example
vegaSpecInjector
See example
folder or the runkit example.
If you don't use a package manager, you can access vega-spec-injector
via unpkg (CDN), download the source, or point your package manager to the url.
vega-spec-injector
is compiled as a collection of CommonJS modules & [ES2015 modules](http://www.2ality.com/2014/0
-9/es6-modules-final.html) for bundlers that support the jsnext:main
or module
field in package.json (Rollup, Webpack 2)
The vega-spec-injector
package includes precompiled production and development UMD builds in the dist
folder. They can be used directly without a bundler and are thus compatible with many popular JavaScript module loaders and environments. You can drop a UMD build as a <script>
tag on your page. The UMD builds make vega-spec-injector
available as a window.vegaSpecInjector
global variable.
The code is available under the MIT license.
We are open to contributions, see CONTRIBUTING.md for more info.
This module was created using generator-module-boilerplate.
FAQs
Vega helper library to simplify modification of the Vega and VegaLite JSON before parsing.
The npm package vega-spec-injector receives a total of 14,073 weekly downloads. As such, vega-spec-injector popularity was classified as popular.
We found that vega-spec-injector 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.