Socket
Socket
Sign inDemoInstall

carcass-stripe

Package Overview
Dependencies
120
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

5

HISTORY.md

@@ -26,1 +26,6 @@

* Not fetch real stripe event in testing
0.1.5 / 2014-09-24
==================
* Remove debug in fetchStripeEvent middleware

2

middlewares/fetchStripeEvent.js

@@ -18,4 +18,2 @@ var debug;

}
debug('Request %j', req);
debug('Response %j', res);
return stripe.events.retrieve(req.body.id, function(err, event) {

@@ -22,0 +20,0 @@ if (err || (event == null)) {

{
"name": "carcass-stripe",
"version": "0.1.4",
"version": "0.1.5",
"description": "(Node.js) A simple wrap of stripe APIs, in Carcass style.",

@@ -5,0 +5,0 @@ "author": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc