Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

use-intl

Package Overview
Dependencies
Maintainers
1
Versions
257
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-intl - npm Package Compare versions

Comparing version 3.24.0 to 3.25.0

2

dist/types/src/core/index.d.ts

@@ -7,2 +7,4 @@ export type { default as AbstractIntlMessages } from './AbstractIntlMessages';

export type { default as NumberFormatOptions } from './NumberFormatOptions';
export type { default as RelativeTimeFormatOptions } from './RelativeTimeFormatOptions';
export type { default as Timezone } from './TimeZone';
export { default as IntlError, IntlErrorCode } from './IntlError';

@@ -9,0 +11,0 @@ export { default as createTranslator } from './createTranslator';

2

dist/types/src/react/useTimeZone.d.ts

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

export default function useTimeZone(): import("../core/TimeZone").default | undefined;
export default function useTimeZone(): import("..").Timezone | undefined;
{
"name": "use-intl",
"version": "3.24.0",
"version": "3.25.0",
"sideEffects": false,

@@ -73,3 +73,3 @@ "author": "Jan Amann <jan@amann.work>",

},
"gitHead": "fdcfa24aa7da58bb84c79692a98b0c4e163f87dd"
"gitHead": "4e3e9151d9b962ec36afcd19e420c49f5b316124"
}
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