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

@qlean/york-core

Package Overview
Dependencies
Maintainers
10
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qlean/york-core - npm Package Compare versions

Comparing version 3.9.2 to 3.10.1

docs/formatters/formatMoney.md

10

lib/utils/formatters.js

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

});
exports.formatPhoneHref = exports.formatPhone = exports.capitalize = void 0;
exports.formatMoney = exports.formatPhoneHref = exports.formatPhone = exports.capitalize = void 0;

@@ -25,2 +25,8 @@ var capitalize = function capitalize(string) {

exports.formatPhoneHref = formatPhoneHref;
exports.formatPhoneHref = formatPhoneHref;
var formatMoney = function formatMoney(money) {
return "".concat(money, "\xA0\u0440.");
};
exports.formatMoney = formatMoney;

4

package.json
{
"name": "@qlean/york-core",
"version": "3.9.2",
"version": "3.10.1",
"description": "",

@@ -20,3 +20,3 @@ "license": "MIT",

},
"gitHead": "0556a2dfad8720fa01cf971f80ab5c68b437a2e6"
"gitHead": "2a5e766a8aec2fd26143b385a14379b250848e29"
}

@@ -13,1 +13,3 @@ export const capitalize = string =>

export const formatPhoneHref = phone => `tel:+${phone.replace(/\D/g, '')}`
export const formatMoney = money => `${money}\u00a0р.`
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