@formatjs/intl-segmenter
Advanced tools
+3
-4
| { | ||
| "name": "@formatjs/intl-segmenter", | ||
| "description": "Polyfill for Intl.Segmenter", | ||
| "version": "12.1.1", | ||
| "version": "12.1.2", | ||
| "license": "MIT", | ||
@@ -14,5 +14,4 @@ "author": "Matija Gaspar <matijagaspar@gmail.com>", | ||
| "dependencies": { | ||
| "tslib": "^2.8.1", | ||
| "@formatjs/ecma402-abstract": "3.1.1", | ||
| "@formatjs/intl-localematcher": "0.8.1" | ||
| "@formatjs/ecma402-abstract": "3.1.2", | ||
| "@formatjs/intl-localematcher": "0.8.2" | ||
| }, | ||
@@ -19,0 +18,0 @@ "bugs": "https://github.com/formatjs/formatjs/issues", |
@@ -28,3 +28,3 @@ type SegmentResult = { | ||
| static supportedLocalesOf(locales?: string | string[], options?: Pick<SegmenterOptions, "localeMatcher">): string[]; | ||
| static readonly polyfilled: true; | ||
| static readonly polyfilled = true; | ||
| } | ||
@@ -31,0 +31,0 @@ declare class SegmentIterator implements Iterable<SegmentResult>, Iterator<SegmentResult> { |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2
-33.33%521267
0+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed