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

@lrnwebcomponents/simple-toast

Package Overview
Dependencies
Maintainers
4
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lrnwebcomponents/simple-toast - npm Package Compare versions

Comparing version 4.0.23 to 4.0.24

2

lib/simple-toast-el.js

@@ -96,3 +96,3 @@ import { html, css } from "lit";

changedProperties.forEach((oldValue, propName) => {
if (propName === "opened") {
if (propName === "opened" && oldValue !== undefined) {
// notify for others listening

@@ -99,0 +99,0 @@ this.dispatchEvent(

@@ -22,3 +22,3 @@ {

},
"version": "4.0.23",
"version": "4.0.24",
"description": "A singular toast / message for conistency",

@@ -48,8 +48,8 @@ "repository": {

"dependencies": {
"@lrnwebcomponents/simple-colors": "^4.0.23",
"lit": "^2.2.0"
"@lrnwebcomponents/simple-colors": "^4.0.24",
"lit": "^2.2.2"
},
"devDependencies": {
"@lrnwebcomponents/deduping-fix": "^4.0.0",
"@lrnwebcomponents/storybook-utilities": "^4.0.23",
"@lrnwebcomponents/storybook-utilities": "^4.0.24",
"@open-wc/testing": "3.0.4",

@@ -74,3 +74,3 @@ "@polymer/iron-component-page": "github:PolymerElements/iron-component-page",

],
"gitHead": "dab523bb330ddec69e36165902119c455d979be4"
"gitHead": "dfb2cd70d6c85d3ac0792679b3120c20923d5ada"
}
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