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

@phensley/locale-matcher

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phensley/locale-matcher - npm Package Compare versions

Comparing version 1.5.2 to 1.6.0

2

lib-es/distance.d.ts

@@ -14,2 +14,2 @@ import { LanguageTag } from '@phensley/language-tag';

*/
export declare const getDistance: (desired: LanguageTag, supported: LanguageTag, threshold?: number | undefined) => number;
export declare const getDistance: (desired: LanguageTag, supported: LanguageTag, threshold?: number) => number;

@@ -14,2 +14,2 @@ import { LanguageTag } from '@phensley/language-tag';

*/
export declare const getDistance: (desired: LanguageTag, supported: LanguageTag, threshold?: number | undefined) => number;
export declare const getDistance: (desired: LanguageTag, supported: LanguageTag, threshold?: number) => number;
{
"name": "@phensley/locale-matcher",
"version": "1.5.2",
"version": "1.6.0",
"description": "Implements CLDR enhanced language matching",

@@ -23,4 +23,4 @@ "main": "lib/index.js",

"dependencies": {
"@phensley/language-tag": "~1.5.2",
"@phensley/locale": "~1.5.2",
"@phensley/language-tag": "~1.6.0",
"@phensley/locale": "~1.6.0",
"tslib": "^2.4.0"

@@ -27,0 +27,0 @@ },

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