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

@sumup/intl

Package Overview
Dependencies
Maintainers
19
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sumup/intl - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

12

dist/cjs/lib/intl.js

@@ -50,13 +50,3 @@ "use strict";

*/
exports.isIntlSupported = (function () {
if (process.env.NODE_ENV !== 'production') {
// eslint-disable-next-line no-console
console.warn([
'DEPRECATED: isIntlSupported has been replaced',
'by isNumberFormatSupported & isNumberFormatToPartsSupported',
'and will be removed in the next major version.',
].join(' '));
}
return exports.isNumberFormatSupported;
})();
exports.isIntlSupported = exports.isNumberFormatSupported;
var memoizedIntl;

@@ -63,0 +53,0 @@ exports.memoizeIntl = function () {

@@ -44,13 +44,3 @@ /**

*/
export const isIntlSupported = (() => {
if (process.env.NODE_ENV !== 'production') {
// eslint-disable-next-line no-console
console.warn([
'DEPRECATED: isIntlSupported has been replaced',
'by isNumberFormatSupported & isNumberFormatToPartsSupported',
'and will be removed in the next major version.',
].join(' '));
}
return isNumberFormatSupported;
})();
export const isIntlSupported = isNumberFormatSupported;
let memoizedIntl;

@@ -57,0 +47,0 @@ export const memoizeIntl = () => {

2

package.json
{
"name": "@sumup/intl",
"version": "1.1.1",
"version": "1.1.2",
"description": "Format numbers and currency values for any locale with the ECMAScript Internationalization API",

@@ -5,0 +5,0 @@ "repository": "git@github.com:sumup-oss/intl-js.git",

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