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

ric-utils-misc

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ric-utils-misc - npm Package Compare versions

Comparing version 1.0.57 to 1.0.58

6

lib/format.js

@@ -190,7 +190,3 @@ /*

if (value && value.toFixed) {
let [tmp, exp] = value.toFixed(fixed).split('e+');
if (exp) {
tmp = parseFloat(tmp).toFixed(fixed)
}
value = parseFloat(tmp);
value = parseFloat(value.toFixed(fixed));
}

@@ -197,0 +193,0 @@ return value;

@@ -58,6 +58,2 @@ /*

if (item._id && item._fresh) return invert ? false : true;
if (item._id && item._selected) return invert ? false : true;
for (const key in item) {

@@ -64,0 +60,0 @@ let value = item[key];

2

package.json
{
"name": "ric-utils-misc",
"version": "1.0.57",
"version": "1.0.58",
"description": "Miscellaneous utility functions",

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

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