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

@firestitch/address

Package Overview
Dependencies
Maintainers
7
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firestitch/address - npm Package Compare versions

Comparing version 13.3.0 to 13.4.0

8

app/components/address-format/address-format.component.d.ts
import { OnInit } from '@angular/core';
import { AddressFormat } from '../../enums/address-format.enum';
import { FsAddress } from '../../interfaces/address.interface';
import { AddressFormat } from '../../enums/address-format.enum';
import * as i0 from "@angular/core";
export declare class FsAddressFormatComponent implements OnInit {
private _address;
set address(address: FsAddress);

@@ -13,5 +12,6 @@ get address(): FsAddress;

name: boolean;
lines: any[];
empty: boolean;
lines: string[];
private _address;
ngOnInit(): void;
get empty(): boolean;
private _updateView;

@@ -18,0 +18,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<FsAddressFormatComponent, never>;

@@ -5,2 +5,2 @@ import { AddressFormat } from './../enums/address-format.enum';

includeFirst?: number;
}): any[];
}): string;
export declare function addressOneLineFormat(address: any, options?: {
includeFirst?: number;
}): any[];
}): string;

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

export declare function addressSummaryFormat(address: any): any[];
export declare function addressSummaryFormat(address: any): string;
export declare function addressTwoLineFormat(address: any, options?: {
includeFirst?: number;
}): any[];
}): string;
{
"name": "@firestitch/address",
"version": "13.3.0",
"version": "13.4.0",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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

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