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

@semantic-ui/component

Package Overview
Dependencies
Maintainers
0
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semantic-ui/component - npm Package Compare versions

Comparing version 0.0.37 to 0.0.38

10

package.json

@@ -15,8 +15,8 @@ {

"dependencies": {
"@semantic-ui/query": "^0.0.37",
"@semantic-ui/reactivity": "^0.0.37",
"@semantic-ui/templating": "^0.0.37",
"@semantic-ui/utils": "^0.0.37"
"@semantic-ui/query": "^0.0.38",
"@semantic-ui/reactivity": "^0.0.38",
"@semantic-ui/templating": "^0.0.38",
"@semantic-ui/utils": "^0.0.38"
},
"version": "0.0.37"
"version": "0.0.38"
}

@@ -135,3 +135,3 @@ import { unsafeCSS } from 'lit';

// make this easier to access in dom
this.tpl = this.template.tpl;
this.component = this.template.instance;
}

@@ -138,0 +138,0 @@ // property change callbacks wont call on SSR

@@ -421,3 +421,3 @@ import { LitElement } from 'lit';

func,
{ firstArg, additionalArgs, args = [this.tpl, this.$.bind(this)] } = {}
{ firstArg, additionalArgs, args = [this.component, this.$.bind(this)] } = {}
) {

@@ -424,0 +424,0 @@ if (firstArg) {

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