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

@firestitch/account-picker

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firestitch/account-picker - npm Package Compare versions

Comparing version 12.0.0 to 14.0.0

esm2020/app/components/account-picker/account-picker.component.mjs

2

app/components/account-picker/account-picker.component.d.ts

@@ -43,3 +43,3 @@ import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit, Provider } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<FsAccountPickerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FsAccountPickerComponent, "fs-account-picker", never, { "search": "search"; "label": "label"; "nameProperty": "nameProperty"; "imageProperty": "imageProperty"; "keywordField": "keywordField"; "delay": "delay"; "validateKeyword": "validateKeyword"; }, {}, ["templateRef"], never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FsAccountPickerComponent, "fs-account-picker", never, { "search": "search"; "label": "label"; "nameProperty": "nameProperty"; "imageProperty": "imageProperty"; "keywordField": "keywordField"; "delay": "delay"; "validateKeyword": "validateKeyword"; }, {}, ["templateRef"], never, false>;
}
import * as i0 from "@angular/core";
export declare class FsAccountPickerResultDirective {
static ɵfac: i0.ɵɵFactoryDeclaration<FsAccountPickerResultDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FsAccountPickerResultDirective, "[fs-account-picker-result]", never, {}, {}, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FsAccountPickerResultDirective, "[fs-account-picker-result]", never, {}, {}, never, never, false>;
}
{
"name": "@firestitch/account-picker",
"version": "12.0.0",
"version": "14.0.0",
"repository": {

@@ -23,8 +23,21 @@ "type": "git",

"sideEffects": false,
"main": "bundles/firestitch-account-picker.umd.js",
"module": "fesm2015/firestitch-account-picker.js",
"es2015": "fesm2015/firestitch-account-picker.js",
"esm2015": "esm2015/firestitch-account-picker.js",
"fesm2015": "fesm2015/firestitch-account-picker.js",
"typings": "firestitch-account-picker.d.ts"
"module": "fesm2015/firestitch-account-picker.mjs",
"es2020": "fesm2020/firestitch-account-picker.mjs",
"esm2020": "esm2020/firestitch-account-picker.mjs",
"fesm2020": "fesm2020/firestitch-account-picker.mjs",
"fesm2015": "fesm2015/firestitch-account-picker.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/firestitch-account-picker.mjs",
"es2020": "./fesm2020/firestitch-account-picker.mjs",
"es2015": "./fesm2015/firestitch-account-picker.mjs",
"node": "./fesm2015/firestitch-account-picker.mjs",
"default": "./fesm2020/firestitch-account-picker.mjs"
}
}
}
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