New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@chargebee/chargebee-js-angular-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chargebee/chargebee-js-angular-wrapper - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### v2.0.0 (2023-08-01)
***
* Adds support for Angular 15
### v1.0.1 (2023-01-09)

@@ -2,0 +6,0 @@ ***

2

lib/directives/card-field.directive.d.ts

@@ -39,4 +39,4 @@ import { EventEmitter, ElementRef, OnInit, OnChanges, SimpleChanges } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<CardFieldDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CardFieldDirective, "[cbCardField]", never, { "icon": "icon"; "classes": "classes"; "fonts": "fonts"; "styles": "styles"; "locale": "locale"; "currency": "currency"; "placeholder": "placeholder"; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, ["numberComponent", "expiryComponent", "cvvComponent"], never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CardFieldDirective, "[cbCardField]", never, { "icon": "icon"; "classes": "classes"; "fonts": "fonts"; "styles": "styles"; "locale": "locale"; "currency": "currency"; "placeholder": "placeholder"; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, ["numberComponent", "expiryComponent", "cvvComponent"], never, false, never>;
}
//# sourceMappingURL=card-field.directive.d.ts.map

@@ -21,4 +21,4 @@ import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<CvvFieldDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CvvFieldDirective, "[cbCvvField]", never, { "styles": "styles"; "placeholder": "placeholder"; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CvvFieldDirective, "[cbCvvField]", never, { "styles": "styles"; "placeholder": "placeholder"; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, never, never, false, never>;
}
//# sourceMappingURL=cvv-field.directive.d.ts.map

@@ -21,4 +21,4 @@ import { EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<ExpiryFieldDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpiryFieldDirective, "[cbExpiryField]", never, { "cbComponent": "cbComponent"; "styles": "styles"; "placeholder": "placeholder"; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpiryFieldDirective, "[cbExpiryField]", never, { "cbComponent": "cbComponent"; "styles": "styles"; "placeholder": "placeholder"; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, never, never, false, never>;
}
//# sourceMappingURL=expiry-field.directive.d.ts.map

@@ -20,4 +20,4 @@ import { EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<NumberFieldDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NumberFieldDirective, "[cbNumberField]", never, { "styles": "styles"; "placeholder": "placeholder"; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NumberFieldDirective, "[cbNumberField]", never, { "styles": "styles"; "placeholder": "placeholder"; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, never, never, false, never>;
}
//# sourceMappingURL=number-field.directive.d.ts.map

@@ -9,4 +9,4 @@ import { OnChanges, SimpleChanges } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<Provider, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<Provider, "[cbProvider]", never, { "cbInstance": "cbInstance"; }, {}, never, ["*"], false>;
static ɵcmp: i0.ɵɵComponentDeclaration<Provider, "[cbProvider]", never, { "cbInstance": "cbInstance"; }, {}, never, ["*"], false, never>;
}
//# sourceMappingURL=provider.directive.d.ts.map
{
"name": "@chargebee/chargebee-js-angular-wrapper",
"version": "1.0.1",
"version": "2.0.0",
"description": "Angular wrapper for Chargebee.js Components",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/chargebee/chargebee-js-wrappers/tree/master/chargebee-js-angular#readme",

"peerDependencies": {
"@angular/common": "^14.2.8",
"@angular/core": "^14.2.8"
"@angular/common": "^15.2.9",
"@angular/core": "^15.2.9"
},

@@ -32,0 +32,0 @@ "module": "fesm2015/chargebee-chargebee-js-angular-wrapper.mjs",

@@ -29,3 +29,3 @@ # Chargebee JS Angular Wrapper

Chargebee.init({
site: 'your-site'
site: 'your-site',
publishableKey: 'your-publishable-key'

@@ -32,0 +32,0 @@ })

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

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