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

payture-official

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

payture-official - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

apiLib/Api.js

@@ -150,3 +150,3 @@ var payture = new (require('./paytureCommon')).PaytureCommon();

this.getState = function(data, callbackFunc){
payture.sendRequest(this, payture.COMMANDS.GETSTATE, 'GET', [
payture.sendRequest(this, payture.COMMANDS.GETSTATE, 'POST', [
{

@@ -153,0 +153,0 @@ name: 'Key',

@@ -359,3 +359,3 @@ var payture = new (require('./paytureCommon')).PaytureCommon();

this.getState = function(data, callbackFunc){
payture.sendRequest(this, payture.COMMANDS.GETSTATE, 'GET', [
payture.sendRequest(this, payture.COMMANDS.GETSTATE, 'POST', [
{

@@ -362,0 +362,0 @@ name: 'Key',

@@ -90,3 +90,3 @@ var payture = new (require('./paytureCommon')).PaytureCommon();

this.getState = function(data, callbackFunc){
payture.sendRequest(this, payture.COMMANDS.GETSTATE, 'GET', [
payture.sendRequest(this, payture.COMMANDS.GETSTATE, 'POST', [
{

@@ -93,0 +93,0 @@ name: 'Key',

{
"name": "payture-official",
"version": "0.0.8",
"version": "0.0.9",
"description": "Official Payture API for NodeJS",

@@ -5,0 +5,0 @@ "main": "payture-official.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