Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@formatjs/intl

Package Overview
Dependencies
Maintainers
3
Versions
155
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 2.10.14 to 2.10.15

1

index.js

@@ -41,2 +41,1 @@ "use strict";

Object.defineProperty(exports, "createIntl", { enumerable: true, get: function () { return create_intl_1.createIntl; } });
//# sourceMappingURL=index.js.map

@@ -18,2 +18,1 @@ export * from './src/types';

export { createIntl } from './src/create-intl';
//# sourceMappingURL=index.js.map

@@ -56,2 +56,1 @@ import { __assign } from "tslib";

}
//# sourceMappingURL=create-intl.js.map

@@ -118,2 +118,1 @@ import { __assign } from "tslib";

}
//# sourceMappingURL=dateTime.js.map

@@ -24,2 +24,1 @@ import { filterProps } from './utils';

}
//# sourceMappingURL=displayName.js.map

@@ -92,2 +92,1 @@ import { __extends } from "tslib";

export { MissingTranslationError };
//# sourceMappingURL=error.js.map

@@ -62,2 +62,1 @@ import { __assign } from "tslib";

}
//# sourceMappingURL=list.js.map

@@ -104,2 +104,1 @@ import { __assign } from "tslib";

};
//# sourceMappingURL=message.js.map

@@ -59,2 +59,1 @@ import { IntlFormatError } from './error';

}
//# sourceMappingURL=number.js.map

@@ -20,2 +20,1 @@ import { filterProps } from './utils';

}
//# sourceMappingURL=plural.js.map

@@ -30,2 +30,1 @@ import { getNamedFormat, filterProps } from './utils';

}
//# sourceMappingURL=relativeTime.js.map
export {};
//# sourceMappingURL=types.js.map

@@ -163,2 +163,1 @@ import { __assign, __spreadArray } from "tslib";

}
//# sourceMappingURL=utils.js.map

16

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

@@ -33,12 +33,12 @@ "keywords": [

"tslib": "2",
"@formatjs/ecma402-abstract": "2.2.3",
"@formatjs/ecma402-abstract": "2.2.4",
"@formatjs/icu-messageformat-parser": "2.9.4",
"@formatjs/intl-listformat": "7.7.5",
"@formatjs/fast-memoize": "2.2.3",
"@formatjs/icu-messageformat-parser": "2.9.3",
"@formatjs/intl-displaynames": "6.8.4",
"intl-messageformat": "10.7.6",
"@formatjs/intl-listformat": "7.7.4"
"@formatjs/intl-displaynames": "6.8.5",
"intl-messageformat": "10.7.7"
},
"devDependencies": {
"@formatjs/intl-numberformat": "8.14.4",
"@formatjs/intl-datetimeformat": "6.16.4"
"@formatjs/intl-datetimeformat": "6.16.5",
"@formatjs/intl-numberformat": "8.14.5"
},

@@ -45,0 +45,0 @@ "peerDependencies": {

@@ -59,2 +59,1 @@ "use strict";

}
//# sourceMappingURL=create-intl.js.map

@@ -126,2 +126,1 @@ "use strict";

}
//# sourceMappingURL=dateTime.js.map

@@ -27,2 +27,1 @@ "use strict";

}
//# sourceMappingURL=displayName.js.map

@@ -95,2 +95,1 @@ "use strict";

exports.MissingTranslationError = MissingTranslationError;
//# sourceMappingURL=error.js.map

@@ -66,2 +66,1 @@ "use strict";

}
//# sourceMappingURL=list.js.map

@@ -108,2 +108,1 @@ "use strict";

exports.formatMessage = formatMessage;
//# sourceMappingURL=message.js.map

@@ -64,2 +64,1 @@ "use strict";

}
//# sourceMappingURL=number.js.map

@@ -23,2 +23,1 @@ "use strict";

}
//# sourceMappingURL=plural.js.map

@@ -33,2 +33,1 @@ "use strict";

}
//# sourceMappingURL=relativeTime.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map

@@ -170,2 +170,1 @@ "use strict";

}
//# sourceMappingURL=utils.js.map
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