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.3 to 0.1.4

5

HISTORY.md

@@ -21,1 +21,6 @@

* Not fetch real stripe event in development
0.1.4 / 2014-09-24
==================
* Not fetch real stripe event in testing

3

middlewares/fetchStripeEvent.js

@@ -9,4 +9,5 @@ var debug;

}
debug('Options: %j', options);
return function(req, res, next) {
if (options.dev) {
if (options.dev || options.test) {
req.stripeEvent = req.body || {};

@@ -13,0 +14,0 @@ return next();

{
"name": "carcass-stripe",
"version": "0.1.3",
"version": "0.1.4",
"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