node-ts-vk-api
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95533
34