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.0 to 1.0.1

4

dist/reactive-elements.cjs.js

@@ -227,3 +227,3 @@ 'use strict';

Object.setPrototypeOf(_CustomElement, HTMLElement);
function reactiveElements (elementName, ReactComponent, options) {
function reactiveElements(elementName, ReactComponent, options) {
function create(parent, props) {

@@ -256,3 +256,3 @@ var element = React.createElement(ReactComponent, props);

var observer = new MutationObserver(function () {
registerElement(elementName, self);
reactiveElements(elementName, self);
});

@@ -259,0 +259,0 @@ observer.observe(self, {

@@ -223,3 +223,3 @@ var ReactiveElements = (function (exports,React,ReactDOM) {

Object.setPrototypeOf(_CustomElement, HTMLElement);
function reactiveElements (elementName, ReactComponent, options) {
function reactiveElements(elementName, ReactComponent, options) {
function create(parent, props) {

@@ -252,3 +252,3 @@ var element = React.createElement(ReactComponent, props);

var observer = new MutationObserver(function () {
registerElement(elementName, self);
reactiveElements(elementName, self);
});

@@ -255,0 +255,0 @@ observer.observe(self, {

{
"name": "@christianmurphy/reactive-elements",
"version": "1.0.0",
"version": "1.0.1",
"publishConfig": {

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

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

export default function(elementName, ReactComponent, options) {
export default function reactiveElements(elementName, ReactComponent, options) {
function create(parent, props) {

@@ -26,3 +26,3 @@ var element = React.createElement(ReactComponent, props);

const observer = new MutationObserver(() => {
registerElement(elementName, self);
reactiveElements(elementName, self);
});

@@ -29,0 +29,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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