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

node-ts-vk-api

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ts-vk-api - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "node-ts-vk-api",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -5,3 +5,4 @@ # Simple Vk api for typescript

```ts
import Bot from 'node-ts-vk-api';
import pkg from 'node-ts-vk-api';
const {Bot} = pkg;

@@ -19,3 +20,4 @@ const bot = new Bot({

```ts
import Bot from 'node-ts-vk-api';
import pkg from 'node-ts-vk-api';
const {Bot} = pkg;
import { createReadStream } from "fs";

@@ -22,0 +24,0 @@

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