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

@semantic-ui/templating

Package Overview
Dependencies
Maintainers
0
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.32 to 0.0.33

12

package.json

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

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

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

template.call(boundEvent, {
additionalData: { event: event, value: elValue, data: { ...elData, ...eventData } },
additionalData: {
event: event,
target: targetElement,
value: elValue,
data: {
...elData,
...eventData
}
},
});

@@ -366,0 +374,0 @@ },

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