Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@murasoftware/next-core

Package Overview
Dependencies
Maintainers
5
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@murasoftware/next-core - npm Package Compare versions

Comparing version 1.0.70 to 1.0.71

2

dist/index.js

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

function _temp7() {
if (Mura.isInNode() && (typeof callback == 'undefined' || typeof callback != 'function' && !callback)) {
if (Mura.isInNode() && (typeof callback == 'undefined' || typeof callback == 'boolean' && callback)) {
Mura.deInit();

@@ -555,0 +555,0 @@ }

@@ -549,3 +549,3 @@ import React, { useEffect, useState, createContext } from 'react';

function _temp7() {
if (Mura.isInNode() && (typeof callback == 'undefined' || typeof callback != 'function' && !callback)) {
if (Mura.isInNode() && (typeof callback == 'undefined' || typeof callback == 'boolean' && callback)) {
Mura.deInit();

@@ -552,0 +552,0 @@ }

{
"name": "@murasoftware/next-core",
"version": "1.0.70",
"version": "1.0.71",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc