Socket
Socket
Sign inDemoInstall

messageformat-parser

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

messageformat-parser - npm Package Compare versions

Comparing version 4.1.2 to 4.1.3

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [4.1.3](https://github.com/messageformat/messageformat/compare/messageformat-parser@4.1.2...messageformat-parser@4.1.3) (2020-04-12)
**Note:** Version bump only for package messageformat-parser
## [4.1.2](https://github.com/messageformat/messageformat/compare/messageformat-parser@4.1.1...messageformat-parser@4.1.2) (2019-07-17)

@@ -8,0 +16,0 @@

15

package.json
{
"name": "messageformat-parser",
"version": "4.1.2",
"version": "4.1.3",
"description": "A PEG.js parser for ICU MessageFormat strings",

@@ -18,3 +18,7 @@ "keywords": [

"homepage": "https://messageformat.github.io/",
"repository": "messageformat/messageformat",
"repository": {
"type": "git",
"url": "https://github.com/messageformat/messageformat.git",
"directory": "packages/parser"
},
"main": "parser.js",

@@ -44,7 +48,2 @@ "files": [

},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4",
"pegjs": "^0.10.0"
},
"scripts": {

@@ -55,3 +54,3 @@ "build": "pegjs parser.pegjs",

},
"gitHead": "cd47ed7db2b7a4f5e21df4cd6284ae3f7dad05a1"
"gitHead": "dd10833d8d39155b005ea2ba6ec7a87f4daf0cd2"
}

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

# messageformat-parser <a href="http://travis-ci.org/messageformat/parser"><img align="right" alt="Build Status" src="https://secure.travis-ci.org/messageformat/parser.png"></a>
# messageformat-parser

@@ -161,6 +161,8 @@ A [PEG.js] parser for [ICU MessageFormat] strings – part of [messageformat].

## License & Contributor License Agreement
---
Released under the MIT license. See the [messageformat README][cla] for details.
[Messageformat](https://messageformat.github.io/) is an OpenJS Foundation project, and we follow its [Code of Conduct](https://github.com/openjs-foundation/cross-project-council/blob/master/CODE_OF_CONDUCT.md).
[cla]: https://github.com/messageformat/messageformat.js#contributor-license-agreement
<a href="https://openjsf.org">
<img width=200 alt="OpenJS Foundation" src="https://messageformat.github.io/messageformat/logo/openjsf.svg" />
</a>

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