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.2.0 to 8.2.1

5

CHANGELOG.md
# Changelog
## 8.2.1 (03.08.2021)
Fixed [pick](./lib/pick.ts) export.
## 8.2.0 (22.07.2021)

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

2

dist/cjs/index.js

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

Object.defineProperty(exports, "omit", { enumerable: true, get: function () { return omit_1.default; } });
var pick_1 = require("./pick");
Object.defineProperty(exports, "pick", { enumerable: true, get: function () { return pick_1.default; } });
var query_string_to_object_1 = require("./query-string-to-object");

@@ -62,0 +64,0 @@ Object.defineProperty(exports, "queryStringToObject", { enumerable: true, get: function () { return query_string_to_object_1.default; } });

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

export { default as omit } from './omit';
export { default as pick } from './pick';
export { default as queryStringToObject } from './query-string-to-object';

@@ -31,0 +32,0 @@ export { default as rgbToHex } from './rgb-to-hex';

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

export { default as omit } from './omit';
export { default as pick } from './pick';
export { default as queryStringToObject } from './query-string-to-object';

@@ -31,0 +32,0 @@ export { default as rgbToHex } from './rgb-to-hex';

2

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

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

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