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

@dile/editor

Package Overview
Dependencies
Maintainers
0
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dile/editor - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

4

package.json
{
"name": "@dile/editor",
"version": "2.3.1",
"version": "2.3.2",
"description": "Webcomponent to create a user editor interface, configured on various ways",

@@ -44,3 +44,3 @@ "keywords": [

},
"gitHead": "80e68858b65ac111ffba6ed72eee05df0a0aeb94"
"gitHead": "ea951d488df2f6ae44dec2b4b4487549caca09e6"
}

@@ -195,2 +195,5 @@ import { LitElement, html, css } from 'lit';

}
if(changedProperties.has('value')) {
this.emmitChange();
}
}

@@ -197,0 +200,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