Socket
Socket
Sign inDemoInstall

vkpoint-api

Package Overview
Dependencies
123
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -148,3 +148,3 @@ const Koa = require('koa')

const params = {
user_id: targetId
user_id: targetId,
}

@@ -151,0 +151,0 @@

{
"name": "vkpoint-api",
"version": "1.1.1",
"version": "1.1.2",
"description": "VK Point API",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -71,2 +71,3 @@ import * as Params from './params';

public api: API;
/**

@@ -81,2 +82,2 @@ * Constructor

export = VKPoint;
export { VKPoint };

@@ -157,4 +157,4 @@ interface IGetTopUserResponse {

items: Array<IGetTransactionHistoryUserResponse>
items: Array<IGetTransactionHistoryUserResponse>;
};
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc