Socket
Socket
Sign inDemoInstall

intl-messageformat-parser

Package Overview
Dependencies
Maintainers
4
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intl-messageformat-parser - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

lib/index.d.ts

11

CHANGELOG.md

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

## [3.0.6](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@3.0.5...intl-messageformat-parser@3.0.6) (2019-08-11)
### Bug Fixes
* generate lib instead of mjs ([05e63b3](https://github.com/formatjs/formatjs/commit/05e63b3))
## [3.0.5](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@3.0.4...intl-messageformat-parser@3.0.5) (2019-08-10)

@@ -8,0 +19,0 @@

12

package.json
{
"name": "intl-messageformat-parser",
"version": "3.0.5",
"version": "3.0.6",
"description": "Parses ICU Message strings into an AST via JavaScript.",
"main": "dist/index",
"module": "dist/index.mjs",
"main": "dist/index.js",
"module": "lib/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"clean": "rimraf dist lib",
"mjs": "find ./dist -depth -name \"*.js\" -exec sh -c 'f=\"{}\"; mv -- \"$f\" \"${f%.js}.mjs\"' \\;",
"build": "./build.js && tsc && npm run mjs && tsc -p tsconfig.cjs.json",
"build": "./build.js && tsc && tsc -p tsconfig.cjs.json",
"benchmark": "node ./test/benchmark.js",

@@ -46,3 +44,3 @@ "prepublish": "npm run build",

"homepage": "https://github.com/formatjs/formatjs",
"gitHead": "fc171d94df7f0d8882e8e2bf890835015c8d62d9"
"gitHead": "e5de8b825e305ca36ebbc821f15d9721b0c9451b"
}
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