New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@projectproxima/plugin-loader

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@projectproxima/plugin-loader - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

2

dist/bundle.esm.js

@@ -509,3 +509,3 @@ import { jsx, Fragment } from 'react/jsx-runtime';

if (remoteLoading || !propsResult)
return jsx("p", { children: "loading..." }, void 0);
return jsx("span", { children: "loading..." }, void 0);
var Comp = componentModule === null || componentModule === void 0 ? void 0 : componentModule[moduleKey];

@@ -512,0 +512,0 @@ return Comp ? jsx(Comp, __assign({}, propsResult), void 0) : null;

@@ -514,3 +514,3 @@ (function (global, factory) {

if (remoteLoading || !propsResult)
return jsxRuntime.jsx("p", { children: "loading..." }, void 0);
return jsxRuntime.jsx("span", { children: "loading..." }, void 0);
var Comp = componentModule === null || componentModule === void 0 ? void 0 : componentModule[moduleKey];

@@ -517,0 +517,0 @@ return Comp ? jsxRuntime.jsx(Comp, __assign({}, propsResult), void 0) : null;

@@ -514,3 +514,3 @@ (function (global, factory) {

if (remoteLoading || !propsResult)
return jsxRuntime.jsx("p", { children: "loading..." }, void 0);
return jsxRuntime.jsx("span", { children: "loading..." }, void 0);
var Comp = componentModule === null || componentModule === void 0 ? void 0 : componentModule[moduleKey];

@@ -517,0 +517,0 @@ return Comp ? jsxRuntime.jsx(Comp, __assign({}, propsResult), void 0) : null;

{
"name": "@projectproxima/plugin-loader",
"version": "0.2.4",
"version": "0.2.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/bundle.js",

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