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

@golevelup/nestjs-stripe

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@golevelup/nestjs-stripe - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [0.0.5](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-stripe@0.0.4...@golevelup/nestjs-stripe@0.0.5) (2020-05-13)
### Bug Fixes
- **stripe, hasura:** forRootAsync dynamic controllers ([c4d10bf](https://github.com/golevelup/nestjs/commit/c4d10bf)), closes [#148](https://github.com/golevelup/nestjs/issues/148)
## 0.0.1-rc.0 (2020-04-08)

@@ -8,0 +14,0 @@

5

lib/stripe.module.js

@@ -41,3 +41,2 @@ "use strict";

imports: [nestjs_discovery_1.DiscoveryModule],
controllers: [stripe_webhook_controller_1.StripeWebhookController],
providers: [

@@ -117,3 +116,5 @@ {

StripeModule = StripeModule_1 = __decorate([
common_1.Module({}),
common_1.Module({
controllers: [stripe_webhook_controller_1.StripeWebhookController],
}),
__param(2, stripe_decorators_1.InjectStripeModuleConfig()),

@@ -120,0 +121,0 @@ __metadata("design:paramtypes", [nestjs_discovery_1.DiscoveryService,

10

package.json
{
"name": "@golevelup/nestjs-stripe",
"version": "0.0.4",
"version": "0.0.5",
"description": "Badass utilities for integrating stripe and NestJS",

@@ -39,5 +39,5 @@ "author": "Jesse Carter <jesse.r.carter@gmail.com>",

"dependencies": {
"@golevelup/nestjs-common": "^1.4.1",
"@golevelup/nestjs-discovery": "^2.3.0",
"@golevelup/nestjs-modules": "^0.4.0"
"@golevelup/nestjs-common": "^1.4.2",
"@golevelup/nestjs-discovery": "^2.3.1",
"@golevelup/nestjs-modules": "^0.4.1"
},

@@ -61,3 +61,3 @@ "peerDependencies": {

},
"gitHead": "29b968399ef7715338c5669a0fc4bbd3b142febb"
"gitHead": "7c05dd13a5c2bf0ab2613290424803280500c1a1"
}

@@ -127,1 +127,9 @@ # @golevelup/nestjs-stripe

Follow the instructions from the [Stripe Documentation](https://stripe.com/docs/webhooks) for remaining integration steps such as testing your integration with the CLI before you go live and properly configuring the endpoint from the Stripe dashboard so that the correct events are sent to your NestJS app.
## Contribute
Contributions welcome! Read the [contribution guidelines](../../CONTRIBUTING.md) first.
## License
[MIT License](../../LICENSE)

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