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

piral-blazor

Package Overview
Dependencies
Maintainers
0
Versions
823
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

piral-blazor - npm Package Compare versions

Comparing version 1.7.1 to 1.8.0-beta.7544

3

lib/events.js

@@ -60,4 +60,3 @@ import { createElement } from 'react';

}
// the mutation event cannot be cloned (at least in Webkit-based browsers)
if (!(event instanceof MutationEvent) && !event.processed) {
if ((typeof MutationEvent === 'undefined' || !(event instanceof MutationEvent)) && !event.processed) {
const eventClone = new event.constructor(event.type, event);

@@ -64,0 +63,0 @@ document.getElementById(blazorRootId)?.dispatchEvent(eventClone);

{
"name": "piral-blazor",
"version": "1.7.1",
"version": "1.8.0-beta.7544",
"description": "Plugin for integrating Blazor components in Piral.",

@@ -57,5 +57,5 @@ "keywords": [

"devDependencies": {
"piral-core": "^1.7.1"
"piral-core": "1.8.0-beta.7544"
},
"gitHead": "83508f650da0fbb300642d0e8fcaeddbd904d81b"
"gitHead": "007e0558e140cf11ba91b5f30d991ed593c18b60"
}

@@ -70,4 +70,3 @@ import type { ExtensionRegistration } from 'piral-core';

// the mutation event cannot be cloned (at least in Webkit-based browsers)
if (!(event instanceof MutationEvent) && !event.processed) {
if ((typeof MutationEvent === 'undefined' || !(event instanceof MutationEvent)) && !event.processed) {
const eventClone = new event.constructor(event.type, event);

@@ -74,0 +73,0 @@ document.getElementById(blazorRootId)?.dispatchEvent(eventClone);

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