Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
vatom-spaces-plugins
Advanced tools
Provides support and utility for external plugin development for the Vatom Spaces platform
Provides intellisense in your editor when developing plugins for Vatom Spaces.
For additional information about the plugin development process, you can visit :page_facing_up:our developer portal.
To install this packages, you can run the command below:
npm install vatom-spaces-plugins --save
This package exports two classes, BasePlugin
and BaseComponent
.
To use these classes, you can import them as follows:
// ES6 import
import { BasePlugin, BaseComponent } from 'vatom-spaces-plugins'
// or CommonJS import
const VatomSpacesPlugins = require('vatom-spaces-plugins')
// use as `VatomSpacesPlugins.BasePlugin` and `VatomSpacesPlugins.BaseComponent`
FAQs
Provides support and utility for external plugin development for the Vatom Spaces platform
The npm package vatom-spaces-plugins receives a total of 1 weekly downloads. As such, vatom-spaces-plugins popularity was classified as not popular.
We found that vatom-spaces-plugins demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.