Socket
Socket
Sign inDemoInstall

intl-messageformat

Package Overview
Dependencies
Maintainers
12
Versions
263
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intl-messageformat - npm Package Compare versions

Comparing version 9.11.1 to 9.11.2

4

intl-messageformat.esm.js

@@ -1038,3 +1038,3 @@ var __defProp = Object.defineProperty;

var options = [];
var parsedSelectors = new Set();
var parsedSelectors = /* @__PURE__ */ new Set();
var selector = parsedFirstIdentifier.value, selectorLocation = parsedFirstIdentifier.location;

@@ -1326,3 +1326,3 @@ while (true) {

function ObjectWithoutPrototypeCache() {
this.cache = Object.create(null);
this.cache = /* @__PURE__ */ Object.create(null);
}

@@ -1329,0 +1329,0 @@ ObjectWithoutPrototypeCache.prototype.get = function(key) {

{
"name": "intl-messageformat",
"version": "9.11.1",
"version": "9.11.2",
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

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