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

zazzy-browser

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zazzy-browser - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

2

dist/zzb.min.js
//! zzb.js
//! version: 1.3.3
//! version: 1.3.4
//! author(s): Jaret Pfluger

@@ -4,0 +4,0 @@ //! license: MIT

{
"name": "zazzy-browser",
"version": "1.3.3",
"version": "1.3.4",
"description": "A collection of general-purpose browser utilities used as higher-level building-blocks to create Bootstrap v4 websites and assist in client-server communications.",

@@ -5,0 +5,0 @@ "engines": {

@@ -212,3 +212,3 @@ // client or server

// https://ux.stackexchange.com/questions/13815/files-size-units-kib-vs-kb-vs-kb
_strings.prototype.sizeToHumanReadable = function (bytes , si, dp) {
_strings.prototype.sizeToHumanReadable = function (bytes, si, dp) {
if (si !== true) {

@@ -232,3 +232,3 @@ si = false

// var r = 10 ** dp
var r = Math.pow(dp, 10);
var r = Math.pow(dp, 10)

@@ -235,0 +235,0 @@ do {

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