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

@isnolan/nestjs-payment

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@isnolan/nestjs-payment - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

1

dist/index.d.ts

@@ -31,2 +31,3 @@ import * as _apple_app_store_server_library from '@apple/app-store-server-library';

apple?: {
appAppleId?: number;
signingKey: string;

@@ -33,0 +34,0 @@ keyId: string;

4

dist/index.js

@@ -87,7 +87,7 @@ "use strict";

}
const { signingKey, keyId, issuerId, bundleId, environment: env } = this.config.apple;
const { signingKey, keyId, issuerId, bundleId, appAppleId, environment: env } = this.config.apple;
const environment = env === "Production" ? import_app_store_server_library2.Environment.PRODUCTION : import_app_store_server_library2.Environment.SANDBOX;
this.client = new import_app_store_server_library.AppStoreServerAPIClient(signingKey, keyId, issuerId, bundleId, environment);
this.readAppleCerts().then((appleRootCAs) => {
this.verifier = new import_app_store_server_library2.SignedDataVerifier(appleRootCAs, true, environment, bundleId);
this.verifier = new import_app_store_server_library2.SignedDataVerifier(appleRootCAs, true, environment, bundleId, appAppleId);
});

@@ -94,0 +94,0 @@ setTimeout(() => this.requestTestNotification(), 1e4);

{
"name": "@isnolan/nestjs-payment",
"version": "0.3.4",
"version": "0.3.5",
"description": "nestjs-payment is a comprehensive NestJS module for simplified subscription management and seamless integration with popular payment platforms.",

@@ -45,2 +45,6 @@ "keywords": [

"author": "",
"repository": {
"type": "git",
"url": "git+https://github.com/isnolan/nestjs.git"
},
"license": "ISC",

@@ -47,0 +51,0 @@ "scripts": {

@@ -33,3 +33,3 @@ # Payment Module for NestJS

```sh
`pnpm install --save @isnolan/nestjs-payment`
pnpm install --save @isnolan/nestjs-payment
```

@@ -72,3 +72,2 @@

```typescript
import { SubscriptionModule } from '@isnolan/nestjs-payment';

@@ -75,0 +74,0 @@ import { ConfigService } from '@nestjs/config';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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