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

pay-redoya

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pay-redoya - npm Package Compare versions

Comparing version

to
1.1.1

2

package.json
{
"name": "pay-redoya",
"version": "1.1.0",
"version": "1.1.1",
"description": "A module that made for using Redoya.NET Pay API very easier.",

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

@@ -9,5 +9,5 @@ const { post } = require('axios');

}).catch((err) => {
if (error.response.data) return error.response.data;
if (err.response.data) return err.response.data;
throw new Error("Unknown Axios error!" + JSON.stringify(err));
});
};