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.0.0 to 1.0.1

2

lib-es/parser/matcher.js

@@ -35,3 +35,3 @@ import { __extends } from "tslib";

this._fmt = compile("(" + formatters.join('|') + ")");
this._offset = compile(/offset:\d+/.source);
this._offset = compile(/offset:-?\d+/.source);
this._choice = compile(patterns.pluralChoice);

@@ -38,0 +38,0 @@ }

@@ -37,3 +37,3 @@ "use strict";

this._fmt = compile("(" + formatters.join('|') + ")");
this._offset = compile(/offset:\d+/.source);
this._offset = compile(/offset:-?\d+/.source);
this._choice = compile(patterns.pluralChoice);

@@ -40,0 +40,0 @@ }

{
"name": "@phensley/messageformat",
"version": "1.0.0",
"version": "1.0.1",
"description": "Extensible ICU message formatter",

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

"dependencies": {
"@phensley/cldr-utils": "1.0.0",
"@phensley/decimal": "1.0.0",
"@phensley/plurals": "1.0.0",
"@phensley/cldr-utils": "1.0.1",
"@phensley/decimal": "1.0.1",
"@phensley/plurals": "1.0.1",
"tslib": "1.11.1"

@@ -72,3 +72,3 @@ },

},
"gitHead": "84adc62f4b277203b9252f5c7aef98130d2baa3a"
"gitHead": "3c5f9b206bc43cc47600db0a55a267b76f336a3c"
}

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