Socket
Socket
Sign inDemoInstall

@formatjs/ecma402-abstract

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formatjs/ecma402-abstract - npm Package Compare versions

Comparing version 1.9.9 to 1.10.0

2

lib/types/number.d.ts

@@ -138,2 +138,4 @@ import { LDMLPluralRule } from './plural-rules';

numberingSystem?: string;
trailingZeroDisplay?: 'auto' | 'stripIfInteger';
roundingPriority?: 'auto' | 'morePrecision' | 'lessPrecision';
};

@@ -140,0 +142,0 @@ export declare type ResolvedNumberFormatOptions = Intl.ResolvedNumberFormatOptions & Pick<NumberFormatInternal, 'currencySign' | 'unit' | 'unitDisplay' | 'notation' | 'compactDisplay' | 'signDisplay'>;

2

package.json
{
"name": "@formatjs/ecma402-abstract",
"version": "1.9.9",
"version": "1.10.0",
"description": "A collection of implementation for ECMAScript abstract operations",

@@ -5,0 +5,0 @@ "keywords": [

@@ -138,2 +138,4 @@ import { LDMLPluralRule } from './plural-rules';

numberingSystem?: string;
trailingZeroDisplay?: 'auto' | 'stripIfInteger';
roundingPriority?: 'auto' | 'morePrecision' | 'lessPrecision';
};

@@ -140,0 +142,0 @@ export declare type ResolvedNumberFormatOptions = Intl.ResolvedNumberFormatOptions & Pick<NumberFormatInternal, 'currencySign' | 'unit' | 'unitDisplay' | 'notation' | 'compactDisplay' | 'signDisplay'>;

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