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

intl-messageformat

Package Overview
Dependencies
Maintainers
12
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intl-messageformat - npm Package Compare versions

Comparing version 10.3.5 to 10.4.0

1

index.d.ts

@@ -6,2 +6,1 @@ import { IntlMessageFormat } from './src/core';

export default IntlMessageFormat;
//# sourceMappingURL=index.d.ts.map

@@ -6,2 +6,1 @@ import { IntlMessageFormat } from './src/core';

export default IntlMessageFormat;
//# sourceMappingURL=index.d.ts.map

@@ -27,2 +27,1 @@ import { parse, MessageFormatElement, ParserOptions } from '@formatjs/icu-messageformat-parser';

}
//# sourceMappingURL=core.d.ts.map

@@ -28,2 +28,1 @@ export declare enum ErrorCode {

}
//# sourceMappingURL=error.d.ts.map

@@ -47,2 +47,1 @@ import { NumberFormatOptions } from '@formatjs/ecma402-abstract';

export {};
//# sourceMappingURL=formatters.d.ts.map

16

package.json
{
"name": "intl-messageformat",
"version": "10.3.5",
"version": "10.4.0",
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",

@@ -33,6 +33,14 @@ "keywords": [

"types": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./lib/index.js",
"default": "./index.js"
},
"./package.json": "./package.json"
},
"dependencies": {
"@formatjs/ecma402-abstract": "1.15.0",
"@formatjs/fast-memoize": "2.0.1",
"@formatjs/icu-messageformat-parser": "2.4.0",
"@formatjs/ecma402-abstract": "1.16.0",
"@formatjs/fast-memoize": "2.1.0",
"@formatjs/icu-messageformat-parser": "2.5.0",
"tslib": "^2.4.0"

@@ -39,0 +47,0 @@ },

@@ -27,2 +27,1 @@ import { parse, MessageFormatElement, ParserOptions } from '@formatjs/icu-messageformat-parser';

}
//# sourceMappingURL=core.d.ts.map

@@ -28,2 +28,1 @@ export declare enum ErrorCode {

}
//# sourceMappingURL=error.d.ts.map

@@ -47,2 +47,1 @@ import { NumberFormatOptions } from '@formatjs/ecma402-abstract';

export {};
//# sourceMappingURL=formatters.d.ts.map

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

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

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