New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ctx-core/dom

Package Overview
Dependencies
Maintainers
1
Versions
1010
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/dom - npm Package Compare versions

Comparing version 15.3.26 to 15.3.27

24

dom__bind/index.d.ts

@@ -1,10 +0,10 @@

import type { Ctx_wide_T } from 'ctx-core/be'
import type { wide_ctx_T } from 'ctx-core/be'
export declare function dom__bind<
E extends Element = Element,
ns_T extends string = ''
>(ctx:Ctx_wide_T<ns_T>, parent?:E):void
>(ctx:wide_ctx_T<ns_T>, parent?:E):void
export declare function dom__unbind<
E extends Element = Element,
ns_T extends string = ''
>(ctx:Ctx_wide_T<ns_T>, parent?:E):void
>(ctx:wide_ctx_T<ns_T>, parent?:E):void
export declare function unbind__add<ns_T extends string = ''>(

@@ -20,3 +20,3 @@ el:Element,

el:Element,
ctx?:Ctx_wide_T<ns_T>
ctx?:wide_ctx_T<ns_T>
):void

@@ -39,7 +39,7 @@ export declare function id__dom__handler_<

export declare function dom__onbind__register<ns_T extends string = ''>(
ctx:Ctx_wide_T<ns_T>,
ctx:wide_ctx_T<ns_T>,
dom__onbind:dom__handler_T
):void
export declare function dom__onbind__register<ns_T extends string = ''>(
ctx:Ctx_wide_T<ns_T>,
ctx:wide_ctx_T<ns_T>,
dom__onbind__id:string,

@@ -49,10 +49,10 @@ dom__onbind:dom__handler_T

export declare function dom__onbind__validate<ns_T extends string = ''>(
ctx:Ctx_wide_T<ns_T>
ctx:wide_ctx_T<ns_T>
):void
export declare function dom__onbind__validate<ns_T extends string = ''>(
ctx:Ctx_wide_T<ns_T>,
ctx:wide_ctx_T<ns_T>,
dom__onbind__id:string
):void
export declare function dom__onbind__validate<ns_T extends string = ''>(
ctx:Ctx_wide_T<ns_T>,
ctx:wide_ctx_T<ns_T>,
id__dom__onbind:id__dom__handler_T<Element, string, ns_T>

@@ -66,3 +66,3 @@ ):void

ns_T extends string = ''
> = (el:E, ctx:Ctx_wide_T<ns_T>)=>void
> = (el:E, ctx:wide_ctx_T<ns_T>)=>void
export type dom__handler_T<

@@ -80,3 +80,3 @@ E extends Element = Element,

ns_T extends string = ''
> = ((el:E, ctx:Ctx_wide_T<ns_T>)=>void)&{ id:I }
> = ((el:E, ctx:wide_ctx_T<ns_T>)=>void)&{ id:I }
export type id__dom__handler_T<

@@ -88,2 +88,2 @@ E extends Element = Element,

export type unbind__event_T<ns_T extends string = ''> =
CustomEvent<{ ctx?:Ctx_wide_T<ns_T> }>
CustomEvent<{ ctx?:wide_ctx_T<ns_T> }>

@@ -16,3 +16,3 @@ /// <reference types="ctx-core" />

/**
* @param {Ctx}ctx
* @param {ctx_T}ctx
* @param {Element|Document}[parent]

@@ -45,3 +45,3 @@ */

/**
* @param {Ctx}ctx
* @param {ctx_T}ctx
* @param {Element|Document}[parent]

@@ -75,3 +75,3 @@ */

* @param {Element}el
* @param {Ctx}[ctx]
* @param {ctx_T}[ctx]
*/

@@ -106,3 +106,3 @@ export function unbind__dispatch(el, ctx) {

/**
* @param {Ctx}ctx
* @param {ctx_T}ctx
* @param {id__dom__handler_T|string}id__dom__handler_or_dom__handler__id

@@ -132,3 +132,3 @@ * @param {id__dom__handler_T}[id__dom__handler]

/**
* @param {Ctx}ctx
* @param {ctx_T}ctx
* @param {string}[dom__handler__id]

@@ -135,0 +135,0 @@ */

{
"name": "@ctx-core/dom",
"version": "15.3.26",
"version": "15.3.27",
"description": "ctx-core dom",

@@ -81,3 +81,3 @@ "keywords": [

"dependencies": {
"ctx-core": "^5.38.2"
"ctx-core": "^6.0.0"
},

@@ -84,0 +84,0 @@ "devDependencies": {

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