New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@phensley/messageformat

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phensley/messageformat - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

3

lib-es/parser/matcher.js
import { __extends } from "tslib";
var patterns = {
// eslint-disable-next-line max-len
/* eslint-disable max-len */
identifier: /[^\u0009-\u000d \u0085\u200e\u200f\u2028\u2029\u0021-\u002f\u003a-\u0040\u005b-\u005e\u0060\u007b-\u007e\u00a1-\u00a7\u00a9\u00ab\u00ac\u00ae\u00b0\u00b1\u00b6\u00bb\u00bf\u00d7\u00f7\u2010-\u2027\u2030-\u203e\u2041-\u2053\u2055-\u205e\u2190-\u245f\u2500-\u2775\u2794-\u2bff\u2e00-\u2e7f\u3001-\u3003\u3008-\u3020\u3030\ufd3e\ufd3f\ufe45\ufe46]+/
.source,
/* eslint-enable max-len */
option: /[^\s,\{\}]+/.source,

@@ -7,0 +8,0 @@ // explicit or plural category

@@ -5,5 +5,6 @@ "use strict";

var patterns = {
// eslint-disable-next-line max-len
/* eslint-disable max-len */
identifier: /[^\u0009-\u000d \u0085\u200e\u200f\u2028\u2029\u0021-\u002f\u003a-\u0040\u005b-\u005e\u0060\u007b-\u007e\u00a1-\u00a7\u00a9\u00ab\u00ac\u00ae\u00b0\u00b1\u00b6\u00bb\u00bf\u00d7\u00f7\u2010-\u2027\u2030-\u203e\u2041-\u2053\u2055-\u205e\u2190-\u245f\u2500-\u2775\u2794-\u2bff\u2e00-\u2e7f\u3001-\u3003\u3008-\u3020\u3030\ufd3e\ufd3f\ufe45\ufe46]+/
.source,
/* eslint-enable max-len */
option: /[^\s,\{\}]+/.source,

@@ -10,0 +11,0 @@ // explicit or plural category

{
"name": "@phensley/messageformat",
"version": "1.2.6",
"version": "1.2.7",
"description": "Extensible ICU message formatter",

@@ -39,5 +39,5 @@ "main": "lib/index.js",

"dependencies": {
"@phensley/cldr-utils": "^1.2.6",
"@phensley/decimal": "^1.2.6",
"@phensley/plurals": "^1.2.6",
"@phensley/cldr-utils": "^1.2.7",
"@phensley/decimal": "^1.2.7",
"@phensley/plurals": "^1.2.7",
"tslib": "^1.13.0"

@@ -76,3 +76,3 @@ },

},
"gitHead": "33658df71cb9066b135168189967bcb422ce0403"
"gitHead": "b67e55a91ddf420dada2375c27215b515794dbf7"
}

Sorry, the diff of this file is not supported yet

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