mongoose-stripe-customers
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30442
+ Addedlodash.isplainobject@4.0.6(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedqs@6.0.4(transitive)
+ Addedstripe@4.25.0(transitive)
- Removedqs@2.4.2(transitive)
- Removedstripe@3.9.0(transitive)
Updatedstripe@^4.0.0