Socket
Socket
Sign inDemoInstall

intl-messageformat-parser

Package Overview
Dependencies
Maintainers
2
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 1.0.0 to 1.0.1

4

index.js
'use strict';
exports = module.exports = require('./lib/parser').default;
Object.defineProperty(exports, 'default', {value: exports});
exports = module.exports = require('./lib/parser')['default'];
exports['default'] = exports;
"use strict";
Object.seal(Object.defineProperties(exports, {
default: {
get: function() {
return src$parser$$default;
},
enumerable: true
}
}));
var src$parser$$default = (function() {
exports["default"] = (function() {
/*

@@ -15,0 +5,0 @@ * Generated by PEG.js 0.8.0.

{
"name": "intl-messageformat-parser",
"version": "1.0.0",
"version": "1.0.1",
"description": "Parses ICU Message strings into an AST via JavaScript.",

@@ -36,11 +36,11 @@ "main": "index.js",

"grunt-benchmark": "^0.3.0",
"grunt-bundle-jsnext-lib": "^0.2.1",
"grunt-bundle-jsnext-lib": "^0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-peg": "^1.5.0",
"istanbul": "^0.3.2",
"mocha": "^1.21.4",
"xunit-file": "0.0.5"
"mocha": "^2.0.1",
"xunit-file": "0.0.6"
}
}

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