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

byte-size

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

byte-size - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

2

dist/index.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = global || self, global.byteSize = factory());
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.byteSize = factory());
}(this, (function () { 'use strict';

@@ -6,0 +6,0 @@

@@ -11,3 +11,3 @@ {

],
"version": "7.0.0",
"version": "7.0.1",
"main": "dist/index.js",

@@ -43,8 +43,8 @@ "license": "MIT",

"devDependencies": {
"@test-runner/web": "^0.3.4",
"@test-runner/web": "^0.3.5",
"coveralls": "^3.1.0",
"esm-runner": "^0.3.4",
"isomorphic-assert": "^0.1.1",
"jsdoc-to-markdown": "^5.0.3",
"rollup": "^2.10.9",
"jsdoc-to-markdown": "^7.0.0",
"rollup": "^2.40.0",
"test-object-model": "^0.6.1"

@@ -51,0 +51,0 @@ },

@@ -196,4 +196,4 @@ [![view on npm](https://badgen.net/npm/v/byte-size)](https://www.npmjs.org/package/byte-size)

&copy; 2014-20 Lloyd Brookes \<75pound@gmail.com\>.
&copy; 2014-21 Lloyd Brookes \<75pound@gmail.com\>.
Isomorphic test suite by [test-runner](https://github.com/test-runner-js/test-runner) and [web-runner](https://github.com/test-runner-js/web-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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