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

@deco-team/deco-server

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deco-team/deco-server - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

8

index.js

@@ -717,9 +717,5 @@ import express from "express";

// Current working directory
const currentDirectory = process.cwd();
// Relative path for import
const appPath = `./installs/${manifest.name}/app.js`;
// Calculate relative path for import
const relativePath = path.relative(currentDirectory, `${installFolder}/app.js`);
const appPath = `./${relativePath}`;
// Load app package contents

@@ -726,0 +722,0 @@ const pluginData = await import(appPath);

{
"name": "@deco-team/deco-server",
"version": "1.0.8",
"version": "1.0.9",
"description": "A web server that enables installable plugins, structured learning and bidirectional AI interactions.",

@@ -5,0 +5,0 @@ "main": "index.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