Socket
Socket
Sign inDemoInstall

@formatjs/ecma402-abstract

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formatjs/ecma402-abstract - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

2

DisplayNames/CanonicalCodeForDisplayNames.js

@@ -29,3 +29,3 @@ "use strict";

}
return "" + code[0].toUpperCase() + code.slice(1);
return "" + code[0].toUpperCase() + code.slice(1).toLowerCase();
}

@@ -32,0 +32,0 @@ utils_1.invariant(type === 'currency', 'invalid type');

@@ -26,3 +26,3 @@ import { CanonicalizeLocaleList } from '../CanonicalizeLocaleList';

}
return "" + code[0].toUpperCase() + code.slice(1);
return "" + code[0].toUpperCase() + code.slice(1).toLowerCase();
}

@@ -29,0 +29,0 @@ invariant(type === 'currency', 'invalid type');

{
"name": "@formatjs/ecma402-abstract",
"version": "1.5.3",
"version": "1.5.4",
"description": "A collection of implementation for ECMAScript abstract operations",

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

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