Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4 to 1.0.5

2

lib-es/parser/parser.js

@@ -80,3 +80,3 @@ /**

// If we're not in the outermost scope, push text
if (argsub) {
if (argsub !== undefined && r.s + 1 !== k) {
n.push(textarg(str.substring(r.s + 1, k), argsub));

@@ -83,0 +83,0 @@ }

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

// If we're not in the outermost scope, push text
if (argsub) {
if (argsub !== undefined && r.s + 1 !== k) {
n.push(textarg(str.substring(r.s + 1, k), argsub));

@@ -85,0 +85,0 @@ }

{
"name": "@phensley/messageformat",
"version": "1.0.4",
"version": "1.0.5",
"description": "Extensible ICU message formatter",

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

"dependencies": {
"@phensley/cldr-utils": "1.0.4",
"@phensley/decimal": "1.0.4",
"@phensley/plurals": "1.0.4",
"@phensley/cldr-utils": "1.0.5",
"@phensley/decimal": "1.0.5",
"@phensley/plurals": "1.0.5",
"tslib": "1.11.1"

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

},
"gitHead": "e1fcac03aa42e09bb40d806eba5299b562addc62"
"gitHead": "0e62205779ab1c474b7336bc4217c0c3afad1cae"
}

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