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

vkontakte-api

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vkontakte-api - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.3.6](https://github.com/wolframdeus/vk-api/compare/v1.3.5...v1.3.6) (2020-06-14)
### Bug Fixes
* **isvkerror:** fixed isVKError function ([dc64429](https://github.com/wolframdeus/vk-api/commit/dc644294e63be5afe1ec15ebb9560c944434bed2))
### [1.3.5](https://github.com/wolframdeus/vk-api/compare/v1.3.4...v1.3.5) (2020-06-14)

@@ -7,0 +14,0 @@

2

dist/VKError/utils.js

@@ -1,1 +0,1 @@

"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var VKError_1=require("./VKError");function isVKError(r){return r instanceof VKError_1.VKError}exports.isVKError=isVKError;
"use strict";function isVKError(r){return r instanceof Error&&"data"in r}Object.defineProperty(exports,"__esModule",{value:!0}),exports.isVKError=isVKError;
{
"name": "vkontakte-api",
"version": "1.3.5",
"version": "1.3.6",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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