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

bobril-g11n

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bobril-g11n - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

5

CHANGELOG.md
CHANGELOG
===
3.2.1
--
Fixes bug with unformating number in locales with . as thousands separator
3.2.0

@@ -5,0 +10,0 @@ --

2

package.json
{
"name": "bobril-g11n",
"version": "3.2.0",
"version": "3.2.1",
"description": "Bobril globalization",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -96,3 +96,3 @@ import { ILocaleRules } from "./localeDataStorage";

export function buildUnformat(rules: ILocaleRules): (val: string) => number {
const tdMatcher = new RegExp(rules.td, "g");
const tdMatcher = new RegExp("\\"+rules.td, "g");
const dd = rules.dd;

@@ -99,0 +99,0 @@ return (val: string) => {

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