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

@acanto/core-dom

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acanto/core-dom - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

onClickOutside.ts

5

index.ts

@@ -90,3 +90,3 @@ /**

selector: string,
callback: ($element: T) => any,
callback: ($element: T, index: number) => any,
parent?: HTMLElement,

@@ -169,3 +169,3 @@ scope?: object

*/
export function isNodeList(nodes: any) {
export function isNodeList<T>(nodes: any): nodes is NodeList {
const stringRepr = Object.prototype.toString.call(nodes);

@@ -321,2 +321,3 @@

export { default as listenScroll } from "./listenScroll";
export { onClickOutside } from "./onClickOutside";
export { default as throttle } from "./throttle";

@@ -323,0 +324,0 @@ export { default as emitEvent } from "./emitEvent";

4

package.json
{
"name": "@acanto/core-dom",
"version": "0.0.18",
"version": "0.0.19",
"author": "Acanto <info@acanto.net> (https://acanto.agency/)",

@@ -18,3 +18,3 @@ "license": "ISC",

"sideEffects": false,
"gitHead": "4a535ee9ef1c6303220803d4a9e04c1ef1a18080"
"gitHead": "6cebcf893225a105124f6e2478a25b16743234f2"
}
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