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

@ctx-core/object

Package Overview
Dependencies
Maintainers
1
Versions
666
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/object - npm Package Compare versions

Comparing version 3.0.2 to 3.1.0

3

lib.js

@@ -128,2 +128,5 @@ import { _fn__andand } from '@ctx-core/function/lib.js'

}
export function pick__keys(ctx, OBJ__keys) {
return pick(ctx, ...Object.keys(OBJ__keys))
}
export function _ARR__pick(ctx, ...ARR__key) {

@@ -130,0 +133,0 @@ let memo = []

4

package.json
{
"name": "@ctx-core/object",
"version": "3.0.2",
"version": "3.1.0",
"description": "ctx-core object",

@@ -26,3 +26,3 @@ "main": "lib.js",

},
"gitHead": "ceb17e6a117f8631a78d2db3c13a2cf714ff7630"
"gitHead": "f6cf077c31a6c9ce9d4a4b2973dd577dc7057c97"
}
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