You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@formatjs/intl-segmenter

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formatjs/intl-segmenter - npm Package Compare versions

Comparing version
11.4.0
to
11.4.1
+0
-1
lib/polyfill-force.d.ts
export {};
//# sourceMappingURL=polyfill-force.d.ts.map
export {};
//# sourceMappingURL=polyfill.d.ts.map
export declare function shouldPolyfill(): boolean;
//# sourceMappingURL=should-polyfill.d.ts.map

@@ -384,2 +384,1 @@ export declare const SegmentationRules: {

};
//# sourceMappingURL=cldr-segmentation-rules.generated.d.ts.map
+1
-1

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

{"version":3,"file":"cldr-segmentation-rules.generated.d.ts","sourceRoot":"","sources":["../../src/cldr-segmentation-rules.generated.ts"],"names":[],"mappings":"AAEI,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmwCjC,CAAA"}
{"version":3,"file":"cldr-segmentation-rules.generated.d.ts","sourceRoot":"","sources":["../../src/cldr-segmentation-rules.generated.ts"],"names":[],"mappings":"AAEI,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8uCjC,CAAA"}
export declare const replaceVariables: (variables: Record<string, string>, input: string) => string;
export declare const isSurrogate: (str: string, pos: number) => boolean;
//# sourceMappingURL=segmentation-utils.d.ts.map

@@ -56,2 +56,1 @@ type SegmentResult = {

export type { SegmentIterator };
//# sourceMappingURL=segmenter.d.ts.map
import './polyfill-force';
//# sourceMappingURL=test262-main.d.ts.map
{
"name": "@formatjs/intl-segmenter",
"version": "11.4.0",
"version": "11.4.1",
"description": "Polyfill for Intl.Segmenter",

@@ -22,4 +22,4 @@ "keywords": [

"dependencies": {
"@formatjs/ecma402-abstract": "1.15.0",
"@formatjs/intl-localematcher": "0.2.32",
"@formatjs/ecma402-abstract": "1.16.0",
"@formatjs/intl-localematcher": "0.3.0",
"tslib": "^2.4.0"

@@ -26,0 +26,0 @@ },

export {};
//# sourceMappingURL=polyfill-force.d.ts.map
export {};
//# sourceMappingURL=polyfill.d.ts.map
export declare function shouldPolyfill(): boolean;
//# sourceMappingURL=should-polyfill.d.ts.map

@@ -384,2 +384,1 @@ export declare const SegmentationRules: {

};
//# sourceMappingURL=cldr-segmentation-rules.generated.d.ts.map

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

{"version":3,"file":"cldr-segmentation-rules.generated.d.ts","sourceRoot":"","sources":["../src/cldr-segmentation-rules.generated.ts"],"names":[],"mappings":"AAEI,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmwCjC,CAAA"}
{"version":3,"file":"cldr-segmentation-rules.generated.d.ts","sourceRoot":"","sources":["../src/cldr-segmentation-rules.generated.ts"],"names":[],"mappings":"AAEI,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8uCjC,CAAA"}
export declare const replaceVariables: (variables: Record<string, string>, input: string) => string;
export declare const isSurrogate: (str: string, pos: number) => boolean;
//# sourceMappingURL=segmentation-utils.d.ts.map

@@ -56,2 +56,1 @@ type SegmentResult = {

export type { SegmentIterator };
//# sourceMappingURL=segmenter.d.ts.map
import './polyfill-force';
//# sourceMappingURL=test262-main.d.ts.map

Sorry, the diff of this file is too big to display