Socket
Socket
Sign inDemoInstall

@formatjs/intl

Package Overview
Dependencies
Maintainers
3
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formatjs/intl - npm Package Compare versions

Comparing version 1.6.6 to 1.6.7

5

lib/src/create-intl.js

@@ -59,5 +59,6 @@ import { __assign } from "tslib";

}
// @ts-expect-error this is fine
resolvedConfig.messages = __assign(__assign({}, resolvedConfig.messages), messages);
Object.keys(messages).forEach(function (k) {
resolvedConfig.messages[k] = messages[k];
});
} });
}

2

package.json
{
"name": "@formatjs/intl",
"version": "1.6.6",
"version": "1.6.7",
"description": "Internationalize JS apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.",

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

@@ -62,6 +62,7 @@ "use strict";

}
// @ts-expect-error this is fine
resolvedConfig.messages = tslib_1.__assign(tslib_1.__assign({}, resolvedConfig.messages), messages);
Object.keys(messages).forEach(function (k) {
resolvedConfig.messages[k] = messages[k];
});
} });
}
exports.createIntl = createIntl;

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