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 5.4.5 to 5.4.6

.rpt2_cache/rpt2_1dd842c319defe42b834c286947098d8787a819b/code/cache/0d9bf392645fa65dbc614823609848b31e96139f

4

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

@@ -40,3 +40,3 @@ "main": "lib/index.js",

},
"gitHead": "a00f49c93aba4ecb6e0b7aa60755ced027bcc3bc"
"gitHead": "cafe6608c43fd8659b951414da80dfad944a1301"
}

@@ -339,6 +339,6 @@ import { _andand } from '@ctx-core/function'

}
export interface opts__or {
value?
value__or?
value__nor?
type opts__or = {
value?: any;
value__or?: any;
value__nor?: any;
}

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