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 6.3.2 to 6.4.0

dist/cjs/pick.js

5

CHANGELOG.md
# Changelog
## 6.4.0 (10.10.2020)
Added [pick](./lib/pick.ts).
## 6.3.2 (09.10.2020)

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

2

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

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

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

- [omit](#omit)
- [pick](#pick)
- [rgbToHex](#rgbtohex)

@@ -241,6 +242,10 @@ - [storage](#storage)

Returns the passed object without the passed keys.
Returns shallow copy of the passed object but without the passed keys.
E.g. in React: `omit(this.props, 'mods', 'mix')`.
### [pick](./lib/pick.ts)
Returns shallow copy of the passed object but with the passed keys only.
### [rgbToHex](./lib/rgb-to-hex.ts)

@@ -247,0 +252,0 @@

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

- [omit](#omit)
- [pick](#pick)
- [rgbToHex](#rgbtohex)

@@ -249,6 +250,11 @@ - [storage](#storage)

Возвращает переданный объект, но без перечисленных ключей.
Берёт передаваемый объект, и возвращает новый такой же, но без перечисленных ключей.
Типичный пример использования в Реакте: `omit(this.props, 'mods', 'mix')`.
### [pick](./lib/pick.ts)
Берёт передаваемый объект, и возвращает новый такой же,
но только с перечисленными ключами, опуская все остальные.
### [rgbToHex](./lib/rgb-to-hex.ts)

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