New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 6.1.9 to 6.1.10

4

lib/index.d.ts

@@ -29,3 +29,3 @@ /**

*/
export declare const toString: () => string;
export declare const toString: any;
/**

@@ -36,3 +36,3 @@ * Is the argument an Array?

*/
export declare function isArray(obj: any): boolean;
export declare function isArray(obj: any): any;
/**

@@ -39,0 +39,0 @@ * Returns boolean of `obj` is an object

{
"name": "@ctx-core/object",
"version": "6.1.9",
"version": "6.1.10",
"description": "ctx-core object",

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

},
"gitHead": "f1b04e485ef32b04e3a60547cecd7594c91401c2"
"gitHead": "588c2774d75714841ccb736d478a11704805b355"
}
import { _andand } from '@ctx-core/function'
declare const Object
declare const Array
declare const JSON
/**

@@ -3,0 +6,0 @@ * @typedef {Object} ctx

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