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

humanize-plus

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

humanize-plus - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

.package.json.swo

2

package.json

@@ -5,3 +5,3 @@ {

"description": "A simple utility library for making the web more humane.",
"version": "1.3.2",
"version": "1.3.3",
"homepage": "https://github.com/HubSpot/humanize",

@@ -8,0 +8,0 @@ "main": "./public/src/humanize.js",

@@ -46,3 +46,3 @@ (function() {

isFinite = function(value) {
return window.isFinite(value) && !isNaN(parseFloat(value));
return ((typeof window !== "undefined" && window !== null ? window.isFinite : void 0) || global.isFinite)(value) && !isNaN(parseFloat(value));
};

@@ -49,0 +49,0 @@

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