New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@castery/caster-vk

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@castery/caster-vk

🤖⛓️ The VK platform for caster

0.0.11
latest
Source
npm
Version published
Maintainers
1
Created
Source

Build Status NPM version NPM downloads

🤖 This is the official platform integration module for caster. This platform was created for the social network VK

🤖 Caster📖 Documentation

Installation

Node.js 8.0.0 or newer is required

Yarn

Recommended, auto assembly

yarn add @castery/caster-vk

NPM

npm install @castery/caster-vk --save

Usage

import { VKPlatform } from '@castery/caster-vk';

/* ... */

const vk = new VKPlatform({
	adapter: {
		token: '<token>'
	}
});

caster.use(vk);

Keywords

platform

FAQs

Package last updated on 16 Apr 2018

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