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

yandex-money-sdk

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yandex-money-sdk - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

lib/base.js

@@ -25,2 +25,3 @@ var request = require('request');

callback(error);
return;
}

@@ -49,1 +50,2 @@ switch(response.statusCode) {

};

4

lib/wallet.js

@@ -76,3 +76,4 @@ var util = require('util');

redirect_uri: redirectURI,
scope: scope.join(' ')
scope: scope.join(' '),
response_type: "code"
});

@@ -112,1 +113,2 @@ return util.format("%s/oauth/authorize?%s",

module.exports.Wallet = Wallet;
{
"name": "yandex-money-sdk",
"version": "0.1.5",
"version": "0.1.6",
"description": "SDK for working with yandex money API",

@@ -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