Socket
Socket
Sign inDemoInstall

intl-messageformat-parser

Package Overview
Dependencies
Maintainers
1
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 0.3.2 to 0.4.0

dist/parser.js.map

12

dist/parser.js

@@ -1251,9 +1251,5 @@ (function() {

if (typeof define === 'function' && define.amd) {
define(function() { return src$parser$$default; });
} else if (typeof module !== 'undefined' && module.exports) {
module.exports = src$parser$$default;
} else if (typeof this !== 'undefined') {
this['IntlMessageFormatParser'] = src$parser$$default;
}
}).call(this);
this['IntlMessageFormatParser'] = src$parser$$default;
}).call(this);
//# sourceMappingURL=parser.js.map
{
"name": "intl-messageformat-parser",
"version": "0.3.2",
"version": "0.4.0",
"description": "Parses ICU message strings to an AST that can be used to format the messages for a person's locale.",
"main": "dist/parser.js",
"main": "index.js",
"jsnext:main": "src/parser.js",

@@ -35,7 +35,8 @@ "scripts": {

"grunt-benchmark": "^0.3.0",
"grunt-bundle-jsnext-lib": "^0.1.0",
"grunt-bundle-jsnext-lib": "^0.2.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-peg": "git://github.com/dvberkel/grunt-peg"
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-peg": "^1.5.0"
}
}

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