vkontakte-api
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -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 @@ |
@@ -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", |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
54451
21