Socket
Socket
Sign inDemoInstall

stripe

Package Overview
Dependencies
Maintainers
4
Versions
652
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stripe - npm Package Compare versions

Comparing version 2.4.2 to 2.4.3

___test___.js

4

lib/StripeResource.js

@@ -128,3 +128,5 @@ 'use strict';

new Error.StripeAPIError({
message: 'Invalid JSON received from the Stripe API'
message: 'Invalid JSON received from the Stripe API',
response: response,
exception: e
}),

@@ -131,0 +133,0 @@ null

{
"name": "stripe",
"version": "2.4.2",
"version": "2.4.3",
"description": "Stripe API wrapper",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/stripe/stripe-node",

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

describe.only('listTransactions', function() {
describe('listTransactions', function() {

@@ -90,0 +90,0 @@ it('Sends the correct request', function() {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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