Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

henrybuilt-js-library

Package Overview
Dependencies
Maintainers
5
Versions
440
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

henrybuilt-js-library - npm Package Compare versions

Comparing version 1.8.251 to 1.8.252

2

package.json
{
"name": "henrybuilt-js-library",
"version": "1.8.251",
"version": "1.8.252",
"description": "",

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

@@ -83,3 +83,3 @@ var _ = require('lodash');

toFraction(number, {normalscript=false}={}) {
toFraction(number, {normalscript = false, delimiter = ' '}={}) {
var libString = require('@src/string');

@@ -112,3 +112,3 @@ var string = '';

//Add the fraction to the string
if (number >= 1) string += ' ';
if (number >= 1) string += delimiter;

@@ -115,0 +115,0 @@ numerator = normalscript ? numerator.toFixed() : libString.toSuperscript(numerator.toFixed());

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