Socket
Socket
Sign inDemoInstall

@murasoftware/next-core

Package Overview
Dependencies
3
Maintainers
5
Versions
108
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.40 to 1.0.41

4

dist/index.js

@@ -645,5 +645,5 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

React.useEffect(function () {
var obj = Mura('div[data-instanceid="' + instanceid + '"]');
obj.calculateDisplayObjectStyles();
Mura(function () {
var obj = Mura('div[data-instanceid="' + instanceid + '"]');
if (obj.data('async') == 'true' || obj.data('render') == 'server') {

@@ -650,0 +650,0 @@ setTimeout(function () {

@@ -642,5 +642,5 @@ import React, { useEffect, createContext } from 'react';

useEffect(function () {
var obj = Mura('div[data-instanceid="' + instanceid + '"]');
obj.calculateDisplayObjectStyles();
Mura(function () {
var obj = Mura('div[data-instanceid="' + instanceid + '"]');
if (obj.data('async') == 'true' || obj.data('render') == 'server') {

@@ -647,0 +647,0 @@ setTimeout(function () {

{
"name": "@murasoftware/next-core",
"version": "1.0.40",
"version": "1.0.41",
"description": "Core utilties for Mura.js and Next.js",

@@ -5,0 +5,0 @@ "author": "Mura Software",

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc