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

@formatjs/intl

Package Overview
Dependencies
Maintainers
3
Versions
162
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.13.5 to 1.14.0

3

lib/src/utils.js

@@ -45,5 +45,2 @@ import { __assign, __spreadArray } from "tslib";

return {
has: function (key) {
return key in store;
},
get: function (key) {

@@ -50,0 +47,0 @@ return store[key];

12

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

@@ -32,7 +32,7 @@ "keywords": [

"dependencies": {
"@formatjs/ecma402-abstract": "1.9.6",
"@formatjs/fast-memoize": "1.1.2",
"@formatjs/intl-displaynames": "5.2.1",
"@formatjs/intl-listformat": "6.3.1",
"intl-messageformat": "9.8.2",
"@formatjs/ecma402-abstract": "1.9.7",
"@formatjs/fast-memoize": "1.2.0",
"@formatjs/intl-displaynames": "5.2.2",
"@formatjs/intl-listformat": "6.3.2",
"intl-messageformat": "9.9.0",
"tslib": "^2.1.0"

@@ -39,0 +39,0 @@ },

@@ -50,5 +50,2 @@ "use strict";

return {
has: function (key) {
return key in store;
},
get: function (key) {

@@ -55,0 +52,0 @@ return store[key];

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