Socket
Socket
Sign inDemoInstall

@formatjs/intl-utils

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formatjs/intl-utils - npm Package Compare versions

Comparing version 3.6.0 to 3.6.2-alpha.0

index.js

23

lib/index.d.ts

@@ -1,13 +0,12 @@

export { selectUnit } from './diff';
export { defaultNumberOption, getInternalSlot, getMultiInternalSlots, getNumberOption, getOption, isLiteralPart, LiteralPart, partitionPattern, setInternalSlot, setMultiInternalSlots, setNumberFormatDigitOptions, toObject, objectIs, isWellFormedCurrencyCode, toString, formatNumericToString, toRawFixed, toRawPrecision, getMagnitude, repeat, hasOwnProperty, isWellFormedUnitIdentifier, defineProperty, } from './polyfill-utils';
export { createResolveLocale, getLocaleHierarchy, supportedLocales, unpackData, isMissingLocaleDataError, } from './resolve-locale';
export * from './units';
export * from './relative-time-types';
export * from './list-types';
export * from './plural-rules-types';
export * from './number-types';
export * from './displaynames-types';
export * from './units';
export { invariant } from './invariant';
export { LocaleData } from './types';
export { selectUnit } from './src/diff';
export { defaultNumberOption, getInternalSlot, getMultiInternalSlots, getNumberOption, getOption, isLiteralPart, LiteralPart, partitionPattern, setInternalSlot, setMultiInternalSlots, setNumberFormatDigitOptions, toObject, objectIs, isWellFormedCurrencyCode, toString, formatNumericToString, toRawFixed, toRawPrecision, getMagnitude, repeat, hasOwnProperty, isWellFormedUnitIdentifier, defineProperty, } from './src/polyfill-utils';
export { createResolveLocale, getLocaleHierarchy, supportedLocales, unpackData, isMissingLocaleDataError, } from './src/resolve-locale';
export * from './src/units';
export * from './src/relative-time-types';
export * from './src/list-types';
export * from './src/plural-rules-types';
export * from './src/number-types';
export * from './src/displaynames-types';
export { invariant } from './src/invariant';
export { LocaleData } from './src/types';
//# sourceMappingURL=index.d.ts.map

@@ -1,7 +0,10 @@

export { selectUnit } from './diff';
export { defaultNumberOption, getInternalSlot, getMultiInternalSlots, getNumberOption, getOption, isLiteralPart, partitionPattern, setInternalSlot, setMultiInternalSlots, setNumberFormatDigitOptions, toObject, objectIs, isWellFormedCurrencyCode, toString, formatNumericToString, toRawFixed, toRawPrecision, getMagnitude, repeat, hasOwnProperty, isWellFormedUnitIdentifier, defineProperty, } from './polyfill-utils';
export { createResolveLocale, getLocaleHierarchy, supportedLocales, unpackData, isMissingLocaleDataError, } from './resolve-locale';
export * from './units';
export * from './units';
export { invariant } from './invariant';
//# sourceMappingURL=index.js.map
export { selectUnit } from './src/diff';
export { defaultNumberOption, getInternalSlot, getMultiInternalSlots, getNumberOption, getOption, isLiteralPart, partitionPattern, setInternalSlot, setMultiInternalSlots, setNumberFormatDigitOptions, toObject, objectIs, isWellFormedCurrencyCode, toString, formatNumericToString, toRawFixed, toRawPrecision, getMagnitude, repeat, hasOwnProperty, isWellFormedUnitIdentifier, defineProperty, } from './src/polyfill-utils';
export { createResolveLocale, getLocaleHierarchy, supportedLocales, unpackData, isMissingLocaleDataError, } from './src/resolve-locale';
export * from './src/units';
export * from './src/relative-time-types';
export * from './src/list-types';
export * from './src/plural-rules-types';
export * from './src/number-types';
export * from './src/displaynames-types';
export { invariant } from './src/invariant';
{
"name": "@formatjs/intl-utils",
"version": "3.6.0",
"version": "3.6.2-alpha.0",
"description": "Smartly determine best unit for relative time format",

@@ -22,10 +22,9 @@ "keywords": [

"sideEffects": false,
"main": "dist/index.js",
"main": "index.js",
"module": "lib/index.js",
"module:es6": "dist-es6/index.js",
"types": "dist/index.d.ts",
"types": "index.d.ts",
"files": [
"dist",
"lib",
"src"
"src",
"*.js"
],

@@ -39,6 +38,6 @@ "scripts": {

"license": "MIT",
"gitHead": "7db4a33e82c4442901d2fb4682e3e4adedf4632c",
"gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c",
"devDependencies": {
"@types/serialize-javascript": "^1.5.0",
"serialize-javascript": "^3.0.0"
"serialize-javascript": "^4.0.0"
},

@@ -45,0 +44,0 @@ "dependencies": {

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