Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vatom-spaces-plugins

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vatom-spaces-plugins

Provides support and utility for external plugin development for the Vatom Spaces platform

  • 1.1.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
3
Weekly downloads
 
Created
Source

Vatom Spaces Plugin Intellisense :computer:

Version NPM Size Repo Size

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.

Install :hammer:

To install this packages, you can run the command below:

npm install vatom-spaces-plugins --save

Usage :cd:

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`

Keywords

FAQs

Package last updated on 19 Jan 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc