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

@fragaria/address-formatter

Package Overview
Dependencies
Maintainers
5
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fragaria/address-formatter - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

index.d.ts

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

type AttentionInputType = 'attention';
type PrimaryInputTypes =

@@ -66,3 +68,3 @@ | 'archipelago'

type Input = Partial<Record<PrimaryInputTypes | AliasInputTypes, string>>;
type Input = Partial<Record<AttentionInputType | PrimaryInputTypes | AliasInputTypes, string>>;

@@ -69,0 +71,0 @@ interface CommonOptions {

{
"name": "@fragaria/address-formatter",
"version": "3.0.0",
"version": "3.0.1",
"description": "Universal international address formatting in Javascript",

@@ -5,0 +5,0 @@ "main": "dist/cjs/address-formatter.js",

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