Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongoose-stripe-customers

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-stripe-customers - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

16

package.json
{
"name": "mongoose-stripe-customers",
"version": "0.1.1",
"version": "0.2.0",
"description": "A mongoose plugin that creates a stripe customer when a new document is created and stores the Stripe customer id to that document.",

@@ -22,3 +22,3 @@ "main": "mongoose-stripe-customers.js",

"author": "Joseph Thibeault <joe@dashride.com>",
"license": "Apache License 2.0",
"license": "Apache-2.0",
"bugs": {

@@ -29,19 +29,19 @@ "url": "https://github.com/Dashride/mongoose-stripe-customers/issues"

"devDependencies": {
"chai": "^3.2.0",
"chai": "^3.4.0",
"coveralls": "^2.11.4",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-istanbul": "^0.10.0",
"gulp-istanbul": "^0.10.2",
"gulp-jsdoc-to-markdown": "^1.1.1",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"gulp-util": "^3.0.6",
"gulp-util": "^3.0.7",
"jshint-stylish": "^2.0.1",
"mocha": "^2.2.5",
"mongoose": "^4.1.2"
"mocha": "^2.3.3",
"mongoose": "^4.2.2"
},
"dependencies": {
"lodash": "^3.10.1",
"stripe": "^3.7.0"
"stripe": "^4.0.0"
}
}

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