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

@funboxteam/diamonds

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@funboxteam/diamonds - npm Package Compare versions

Comparing version 6.5.0 to 6.6.0

dist/cjs/format-bytes.js

5

CHANGELOG.md
# Changelog
## 6.6.0 (05.02.2021)
Added [formatBytes](./lib/format-bytes.ts).
## 6.5.0 (14.01.2021)

@@ -4,0 +9,0 @@

2

dist/cjs/index.js

@@ -22,2 +22,4 @@ "use strict";

Object.defineProperty(exports, "findLast", { enumerable: true, get: function () { return find_last_1.default; } });
var format_bytes_1 = require("./format-bytes");
Object.defineProperty(exports, "formatBytes", { enumerable: true, get: function () { return format_bytes_1.default; } });
var format_number_string_1 = require("./format-number-string");

@@ -24,0 +26,0 @@ Object.defineProperty(exports, "formatNumberString", { enumerable: true, get: function () { return format_number_string_1.default; } });

@@ -10,2 +10,3 @@ export { default as base64ToUint8Array } from './base64-to-uint8array';

export { default as findLast } from './find-last';
export { default as formatBytes } from './format-bytes';
export { default as formatNumberString } from './format-number-string';

@@ -12,0 +13,0 @@ export { default as formatPhoneNumberString } from './format-phone-number-string';

@@ -10,2 +10,3 @@ export { default as base64ToUint8Array } from './base64-to-uint8array';

export { default as findLast } from './find-last';
export { default as formatBytes } from './format-bytes';
export { default as formatNumberString } from './format-number-string';

@@ -12,0 +13,0 @@ export { default as formatPhoneNumberString } from './format-phone-number-string';

2

package.json
{
"name": "@funboxteam/diamonds",
"version": "6.5.0",
"version": "6.6.0",
"description": "A shiny pile of typed JS helpers for everyday use",

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

@@ -30,2 +30,3 @@ # @funboxteam/diamonds

- [findLast](#findLast)
- [formatBytes](#formatBytes)
- [formatNumberString](#formatnumberstring)

@@ -132,2 +133,6 @@ - [formatPhoneNumberString](#formatphonenumberstring)

### [formatBytes](./lib/format-bytes.ts)
Converts size in bytes to KB, MB, GB, etc.
### [formatNumberString](./lib/format-number-string.ts)

@@ -134,0 +139,0 @@

@@ -30,2 +30,3 @@ # @funboxteam/diamonds

- [findLast](#findLast)
- [formatBytes](#formatBytes)
- [formatNumberString](#formatnumberstring)

@@ -133,2 +134,6 @@ - [formatPhoneNumberString](#formatphonenumberstring)

### [formatBytes](./lib/format-bytes.ts)
Преобразует размер в байтах в KB, MB, GB и т. д.
### [formatNumberString](./lib/format-number-string.ts)

@@ -135,0 +140,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