New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mimjs/investorapi

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mimjs/investorapi - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

readme.md

10

index.js

@@ -38,3 +38,3 @@ const axios = require("axios");

*/
getHistory() {
getMyHistory() {
return new Promise(async (resolve, reject) => {

@@ -51,3 +51,7 @@ await axios

r.data.data.results.filter(
(v) => v.sender_user != null && v.reciever_user != null
(v) =>
v.sender_user != null &&
v.reciever_user != null &&
v.currency_type == "USD" &&
v.reciever_user?.vk_id == this.uid
)

@@ -101,3 +105,3 @@ );

*/
getAward() {
getAdReward() {
return new Promise(async (resolve, reject) => {

@@ -104,0 +108,0 @@ await axios

{
"name": "@mimjs/investorapi",
"version": "1.0.2",
"version": "1.1.0",
"description": "api for vk mini app investor",

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

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