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

classy-pay-client

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

classy-pay-client - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

index.js

@@ -28,3 +28,3 @@ 'use strict';

let status = _.get(response, 'statusCode');
let errorResponse = {
let result = {
status,

@@ -37,6 +37,4 @@ error,

callback(null, body ? JSON.parse(body) : {});
} else if (errorNok) {
callback(errorResponse);
} else {
callback(null, errorResponse);
errorNok ? callback(result) : callback(null, result);
}

@@ -43,0 +41,0 @@ });

{
"name": "classy-pay-client",
"version": "1.0.3",
"version": "1.0.4",
"description": "Client for Classy Pay.",

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