Huge News!Announcing our $40M Series B led by Abstract Ventures.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 8.5.0 to 8.5.1

5

CHANGELOG.md
# Changelog
## 8.5.1 (12.09.2022)
Fixed export of [shuffle](./lib/shuffle.ts) -_-"
## 8.5.0 (12.09.2022)

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

2

dist/cjs/index.js

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

Object.defineProperty(exports, "rgbToHex", { enumerable: true, get: function () { return rgb_to_hex_1.default; } });
var shuffle_1 = require("./shuffle");
Object.defineProperty(exports, "shuffle", { enumerable: true, get: function () { return shuffle_1.default; } });
var storage_1 = require("./storage");

@@ -70,0 +72,0 @@ Object.defineProperty(exports, "storage", { enumerable: true, get: function () { return storage_1.default; } });

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

export { default as rgbToHex } from './rgb-to-hex';
export { default as shuffle } from './shuffle';
export { default as storage } from './storage';
export { default as throttle } from './throttle';

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

export { default as rgbToHex } from './rgb-to-hex';
export { default as shuffle } from './shuffle';
export { default as storage } from './storage';
export { default as throttle } from './throttle';

2

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

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

@@ -50,4 +50,4 @@ # @funboxteam/diamonds

- [rgbToHex](#rgbtohex)
- [shuffle](#shuffle)
- [storage](#storage)
- [shuffle](#shuffle)
- [throttle](#throttle)

@@ -268,6 +268,2 @@ - [Credits](#credits)

### [storage](./lib/storage.ts)
Makes it possible to use `localStorage` safely.
### [shuffle](./lib/shuffle.ts)

@@ -277,2 +273,6 @@

### [storage](./lib/storage.ts)
Makes it possible to use `localStorage` safely.
### [throttle](./lib/throttle.ts)

@@ -279,0 +279,0 @@

@@ -51,4 +51,4 @@ # @funboxteam/diamonds

- [rgbToHex](#rgbtohex)
- [shuffle](#shuffle)
- [storage](#storage)
- [shuffle](#shuffle)
- [throttle](#throttle)

@@ -278,2 +278,6 @@ - [Благодарности](#благодарности)

### [shuffle](./lib/shuffle.ts)
Перемешивает переданный массив и возвращает его.
### [storage](./lib/storage.ts)

@@ -283,6 +287,2 @@

### [shuffle](./lib/shuffle.ts)
Перемешивает переданный массив и возвращает его.
### [throttle](./lib/throttle.ts)

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