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
825
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.8.0-beta.7667 to 1.8.0-beta.7668

6

package.json
{
"name": "piral-blazor",
"version": "1.8.0-beta.7667",
"version": "1.8.0-beta.7668",
"description": "Plugin for integrating Blazor components in Piral.",

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

"devDependencies": {
"piral-core": "1.8.0-beta.7667"
"piral-core": "1.8.0-beta.7668"
},
"gitHead": "658a8503fdf62c503e4d7cbe86cb3f6da0b2d76d"
"gitHead": "1b32d52d4d57363bed8af9105dd41a0635075721"
}

@@ -110,3 +110,4 @@ import type { PiletMetadata } from 'piral-core';

config: JSON.stringify(meta.config || {}),
baseUrl: meta.basePath || assemblyUrl.substring(0, assemblyUrl.lastIndexOf('/')).replace('/_framework/', '/'),
baseUrl:
meta.basePath || assemblyUrl.substring(0, assemblyUrl.lastIndexOf('/')).replace('/_framework/', '/'),
dependencies,

@@ -113,0 +114,0 @@ dependencySymbols: capabilities.includes('dependency-symbols') ? dependencySymbols : undefined,

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