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

@morbidick/lit-element-notify

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@morbidick/lit-element-notify - npm Package Compare versions

Comparing version 0.6.1 to 1.0.0

10

package.json
{
"name": "@morbidick/lit-element-notify",
"version": "0.6.1",
"version": "1.0.0",
"description": "Small helpers for LitElement to dispatch change notifications and two-way binding",

@@ -16,6 +16,6 @@ "license": "MIT",

"devDependencies": {
"@webcomponents/webcomponentsjs": "^2.2.1",
"lit-element": "^2.0.0-rc.3",
"lit-html": "^1.0.0-rc.2",
"polyserve": "^0.27.14"
"@webcomponents/webcomponentsjs": "^2.2.6",
"lit-element": "^2.0.1",
"lit-html": "^1.0.0",
"polyserve": "^0.27.15"
},

@@ -22,0 +22,0 @@ "scripts": {

@@ -80,3 +80,3 @@ # Change notification helpers for LitElement

// Syncing the child property `myMessage` with the event explicitly set to `my-message-changed`
// Syncing the child property `myMessage` with the event explicitly set to `my-message-changed`
// (mainly used to map from the camelCase property to the kebap-case event as PolymerElement does).

@@ -83,0 +83,0 @@ render() { return html`

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