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

@christianmurphy/reactive-elements

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@christianmurphy/reactive-elements - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "@christianmurphy/reactive-elements",
"version": "1.0.2",
"version": "1.0.3",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -27,3 +27,3 @@ import * as utils from './utils';

const observer = new MutationObserver(() => {
ReactDOM.unmountComponentAtNode(self);
ReactDOM.unmountComponentAtNode(self.shadowRoot);
const props = utils.getProps(self);

@@ -65,3 +65,3 @@ props.children = utils.getChildren(self);

disconnectedCallback() {
ReactDOM.unmountComponentAtNode(this);
ReactDOM.unmountComponentAtNode(this.shadowRoot);
}

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