@firestitch/account-status
Advanced tools
Comparing version 12.1.0 to 13.0.1
@@ -0,0 +0,0 @@ import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core'; |
@@ -0,0 +0,0 @@ import { ModuleWithProviders } from '@angular/core'; |
@@ -0,0 +0,0 @@ export interface Status { |
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "@firestitch/account-status", | ||
"version": "12.1.0", | ||
"version": "13.0.1", | ||
"repository": { | ||
@@ -24,11 +24,24 @@ "type": "git", | ||
"sideEffects": false, | ||
"main": "bundles/firestitch-account-status.umd.js", | ||
"module": "fesm2015/firestitch-account-status.js", | ||
"es2015": "fesm2015/firestitch-account-status.js", | ||
"esm2015": "esm2015/firestitch-account-status.js", | ||
"fesm2015": "fesm2015/firestitch-account-status.js", | ||
"module": "fesm2015/firestitch-account-status.mjs", | ||
"es2020": "fesm2020/firestitch-account-status.mjs", | ||
"esm2020": "esm2020/firestitch-account-status.mjs", | ||
"fesm2020": "fesm2020/firestitch-account-status.mjs", | ||
"fesm2015": "fesm2015/firestitch-account-status.mjs", | ||
"typings": "firestitch-account-status.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./firestitch-account-status.d.ts", | ||
"esm2020": "./esm2020/firestitch-account-status.mjs", | ||
"es2020": "./fesm2020/firestitch-account-status.mjs", | ||
"es2015": "./fesm2015/firestitch-account-status.mjs", | ||
"node": "./fesm2015/firestitch-account-status.mjs", | ||
"default": "./fesm2020/firestitch-account-status.mjs" | ||
} | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.2.0" | ||
"tslib": "^2.3.0" | ||
} | ||
} |
export { FsAccountStatusModule } from './app/fs-account-status.module'; | ||
export { FsAccountStatusComponent } from './app/components/account-status/account-status.component'; | ||
export { Status } from './app/interfaces/status'; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
79621
556
6
1
Updatedtslib@^2.3.0