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.15 to 15.3.16

1

index.js

@@ -52,2 +52,1 @@ export * from 'ctx-core/dom'

export * from './url_hash_str/index.js'
export * from '../ctx-core/all/window__ctx__set/index.js'

208

package.json
{
"name": "@ctx-core/dom",
"version": "15.3.15",
"description": "ctx-core dom",
"keywords": [
"ctx-core",
"dom"
],
"homepage": "https://github.com/ctx-core/dom#readme",
"bugs": {
"url": "https://github.com/ctx-core/dom/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ctx-core/dom.git"
},
"license": "Apache-2.0",
"author": "Brian Takita",
"type": "module",
"files": [
"*.d.ts",
"*.js",
"*.json",
"addEvent",
"baseURI",
"bounding_client_rect",
"check_element",
"class__add",
"class__contains",
"class__remove",
"class__set",
"class__toggle",
"closest",
"custom_event__trigger",
"dom__bind",
"el",
"el_a",
"element_constructor",
"empty_window_location",
"fragment",
"global",
"has_dom",
"hostname",
"html__fragment",
"if_has_dom",
"if_no_dom",
"is_hidden",
"is_visible",
"isElement",
"isNode",
"location_hash_query",
"matches",
"matches_vendor",
"native_event__trigger",
"no_dom",
"obj_dom",
"obj_dom_a",
"offset_bcr",
"onremove__bind_dom",
"parent__el",
"parent__el_a",
"position_offset",
"position_offset_a",
"px_rem",
"rem_px",
"scroll__anchor__onclick",
"scroll_anchor",
"scroll_bcr",
"scrollIntoView_collection_child",
"scrollTop",
"scrollToY",
"url_hash_str",
"../ctx-core/all/window__ctx__set",
"_types"
],
"types": "./index.d.ts",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"scripts": {
"build": ":",
"clean": ":",
"exec": "$@",
"prepublishOnly": "pnpm clean && pnpm build && pnpm test",
"test": "pnpm test:unit && pnpm test:types",
"test:types": "check-dts",
"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
"test:unit:coverage": "c8 pnpm test:unit"
},
"dependencies": {
"ctx-core": "^5.35.1"
},
"devDependencies": {
"c8": "^9.1.0",
"check-dts": "^0.7.2",
"tsx": "^4.7.0",
"typescript": "next",
"uvu": "^0.5.6"
},
"publishConfig": {
"access": "public",
"cache": "~/.npm"
},
"sideEffects": false
}
"name": "@ctx-core/dom",
"version": "15.3.16",
"description": "ctx-core dom",
"keywords": [
"ctx-core",
"dom"
],
"homepage": "https://github.com/ctx-core/dom#readme",
"bugs": {
"url": "https://github.com/ctx-core/dom/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ctx-core/dom.git"
},
"license": "Apache-2.0",
"author": "Brian Takita",
"type": "module",
"files": [
"*.d.ts",
"*.js",
"*.json",
"addEvent",
"baseURI",
"bounding_client_rect",
"check_element",
"class__add",
"class__contains",
"class__remove",
"class__set",
"class__toggle",
"closest",
"custom_event__trigger",
"dom__bind",
"el",
"el_a",
"element_constructor",
"empty_window_location",
"fragment",
"global",
"has_dom",
"hostname",
"html__fragment",
"if_has_dom",
"if_no_dom",
"is_hidden",
"is_visible",
"isElement",
"isNode",
"location_hash_query",
"matches",
"matches_vendor",
"native_event__trigger",
"no_dom",
"obj_dom",
"obj_dom_a",
"offset_bcr",
"onremove__bind_dom",
"parent__el",
"parent__el_a",
"position_offset",
"position_offset_a",
"px_rem",
"rem_px",
"scroll__anchor__onclick",
"scroll_anchor",
"scroll_bcr",
"scrollIntoView_collection_child",
"scrollTop",
"scrollToY",
"url_hash_str",
"_types"
],
"types": "./index.d.ts",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"dependencies": {
"ctx-core": "^5.35.1"
},
"devDependencies": {
"c8": "^9.1.0",
"check-dts": "^0.7.2",
"tsx": "^4.7.0",
"typescript": "next",
"uvu": "^0.5.6"
},
"publishConfig": {
"access": "public",
"cache": "~/.npm"
},
"sideEffects": false,
"scripts": {
"build": ":",
"clean": ":",
"exec": "$@",
"test": "pnpm test:unit && pnpm test:types",
"test:types": "check-dts",
"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
"test:unit:coverage": "c8 pnpm test:unit"
}
}
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