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.3.1 to 0.3.2

6

CHANGELOG.md

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

## [0.3.2](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-stripe@0.3.1...@golevelup/nestjs-stripe@0.3.2) (2022-02-04)
### Bug Fixes
- **logging:** use Logger instead of ConsoleLogger ([#388](https://github.com/golevelup/nestjs/issues/388)) ([a0f2597](https://github.com/golevelup/nestjs/commit/a0f2597a3d3522f8003957753ca9b814b47652fd)), closes [#351](https://github.com/golevelup/nestjs/issues/351)
## [0.3.1](https://github.com/golevelup/nestjs/compare/@golevelup/nestjs-stripe@0.3.0...@golevelup/nestjs-stripe@0.3.1) (2022-02-01)

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

2

lib/stripe.module.js

@@ -74,3 +74,3 @@ "use strict";

this.stripeModuleConfig = stripeModuleConfig;
this.logger = new common_1.ConsoleLogger(StripeModule_1.name);
this.logger = new common_1.Logger(StripeModule_1.name);
}

@@ -77,0 +77,0 @@ async onModuleInit() {

{
"name": "@golevelup/nestjs-stripe",
"version": "0.3.1",
"version": "0.3.2",
"description": "Badass utilities for integrating stripe and NestJS",

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

},
"gitHead": "ea156203380a1d3de2c3210293e685058006f116"
"gitHead": "35cbda7e9a5e33033c2a8d07062684f960fb83df"
}

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