Socket
Socket
Sign inDemoInstall

intl-messageformat

Package Overview
Dependencies
Maintainers
8
Versions
263
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 1.0.0-rc-1 to 1.0.0-rc-2

.npmignore

12

package.json
{
"name": "intl-messageformat",
"version": "1.0.0-rc-1",
"version": "1.0.0-rc-2",
"description": "implementation of the ECMA 402 proposal for MessageFormat",

@@ -31,12 +31,2 @@ "keywords": [

"jsnext:main": "src/full.js",
"files": [
"index.js",
"lib/",
"dist/",
"src/",
"LICENSE"
],
"directories": {
"test": "tests"
},
"devDependencies": {

@@ -43,0 +33,0 @@ "benchmark": "^1.0.0",

@@ -23,3 +23,3 @@ Intl Message Format

Messages are provided into the constructor as `String` message, or [pre-prased AST][PARSER].
Messages are provided into the constructor as `String` message, or [pre-parsed AST][PARSER].

@@ -92,3 +92,3 @@ ```javascript

This package assumes that the [`Intl`][INTL] global object exists in the runtime. `Intl` is present in all modern browsers _expect_ Safari, and there's work happening to [integrate `Intl` into Node.js][NODE-INTL].
This package assumes that the [`Intl`][INTL] global object exists in the runtime. `Intl` is present in all modern browsers _except_ Safari, and there's work happening to [integrate `Intl` into Node.js][NODE-INTL].

@@ -102,3 +102,3 @@ **Luckly, there's the [Intl.js][] polyfill!** You will need to conditionally load the polyfill if you want to support runtimes which `Intl` is not already built-in.

- **message** - _{String | AST}_ - String message (or pre-prased AST) that serves as formatting pattern.
- **message** - _{String | AST}_ - String message (or pre-parsed AST) that serves as formatting pattern.

@@ -105,0 +105,0 @@ - **locales** - _{String | String[]}_ - A string with a BCP 47 language tag, or an array of such strings. If you do not provide a locale, the default locale will be used, but you should _always_ provide one!

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