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

@bodar/totallylazy

Package Overview
Dependencies
Maintainers
2
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bodar/totallylazy - npm Package Compare versions

Comparing version

to
0.425.268

2

package.json
{
"name": "@bodar/totallylazy",
"version": "0.424.267",
"version": "0.425.268",
"description": "Totallylazy",

@@ -5,0 +5,0 @@ "repository": "git@github.com:bodar/totallylazy.js.git",

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

const d = digits(locale);
return `(?:[${d}]+[${allowedSeparators}])*[${d}]+`;
return `-?(?:[${d}]+[${allowedSeparators}])*[${d}]+`;
});

@@ -302,2 +302,4 @@ function mapIgnoreError(mapper) {

return '.';
if (c === '-')
return '-';
const number = functions_1.get(() => numerals.parse(c));

@@ -304,0 +306,0 @@ if (isNaN(number))

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet