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

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.2.3 to 3.2.4-alpha.6

lib/intl-messageformat-parser.d.ts

12

package.json
{
"name": "intl-messageformat-parser",
"version": "3.2.3",
"version": "3.2.4-alpha.6+deb124d",
"description": "Parses ICU Message strings into an AST via JavaScript.",
"main": "dist/index.js",
"module": "lib/index.js",
"types": "dist/index.d.ts",
"types": "lib/intl-messageformat-parser.d.ts",
"files": [
"dist",
"lib"
],
"scripts": {
"clean": "rimraf dist lib",
"build": "node build.js && tsc && tsc -p tsconfig.cjs.json && rollup -c rollup.config.js",
"build": "node build.js && tsc && api-extractor run --local && tsc -p tsconfig.cjs.json && rollup -c rollup.config.js",
"benchmark": "node ./test/benchmark.js",

@@ -44,3 +48,3 @@ "test": "cross-env TS_NODE_PROJECT=./tsconfig.cjs.json cross-env NODE_ENV=test jest"

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