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.1.1 to 0.2.0

3

Gruntfile.js

@@ -45,3 +45,2 @@ 'use strict';

grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-benchmark');

@@ -51,4 +50,4 @@ grunt.loadNpmTasks('grunt-bundle-jsnext-lib');

grunt.registerTask('dist', ['clean:dist', 'peg', 'bundle_jsnext', 'uglify']);
grunt.registerTask('dist', ['clean:dist', 'peg', 'bundle_jsnext']);
grunt.registerTask('default', ['dist']);
};
{
"name": "intl-messageformat-parser",
"version": "0.1.1",
"version": "0.2.0",
"description": "Parses ICU message strings to an AST that can be used to format the messages for a person's locale.",

@@ -8,3 +8,4 @@ "main": "dist/parser.js",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "grunt"
},

@@ -36,6 +37,6 @@ "repository": {

"grunt-bundle-jsnext-lib": "^0.1.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-peg": "git://github.com/dvberkel/grunt-peg"
}
}

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