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

dtable-utils

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dtable-utils - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

3

es/cell-value-get/number.js

@@ -243,4 +243,3 @@ import { NPminus as minus } from '../helper/number-precision/index.js';

{
// eslint-disable-next-line
var reg = new RegExp('[^.-\d' + currencySymbol + ',]', 'g');
var reg = new RegExp('[^.-\\d' + currencySymbol + ',]', 'g');
return fixedSNum.replace(reg, '');

@@ -247,0 +246,0 @@ }

@@ -247,4 +247,3 @@ 'use strict';

{
// eslint-disable-next-line
var reg = new RegExp('[^.-\d' + currencySymbol + ',]', 'g');
var reg = new RegExp('[^.-\\d' + currencySymbol + ',]', 'g');
return fixedSNum.replace(reg, '');

@@ -251,0 +250,0 @@ }

{
"name": "dtable-utils",
"version": "5.0.0",
"version": "5.0.1",
"description": "dtable common utils",

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

Sorry, the diff of this file is too big to display

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