Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@semantic-ui/templating

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semantic-ui/templating - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

12

package.json

@@ -8,9 +8,9 @@ {

"dependencies": {
"@semantic-ui/component": "^0.0.24",
"@semantic-ui/query": "^0.0.24",
"@semantic-ui/reactivity": "^0.0.24",
"@semantic-ui/templating": "^0.0.24",
"@semantic-ui/utils": "^0.0.24"
"@semantic-ui/component": "^0.0.25",
"@semantic-ui/query": "^0.0.25",
"@semantic-ui/reactivity": "^0.0.25",
"@semantic-ui/templating": "^0.0.25",
"@semantic-ui/utils": "^0.0.25"
},
"version": "0.0.24"
"version": "0.0.25"
}

@@ -339,3 +339,3 @@ import { $ } from '@semantic-ui/query';

}
$(this.renderRoot).on(
$(this.renderRoot, { pierceShadow: true }).on(
eventName,

@@ -520,3 +520,3 @@ selector,

attachEvent(selector, eventName, eventHandler, eventSettings) {
$(selector, document).on(eventName, eventHandler, {
$(selector, document, { pierceShadow: true }).on(eventName, eventHandler, {
abortController: this.eventController,

@@ -523,0 +523,0 @@ ...eventSettings

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