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

@ellx/framework

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ellx/framework - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

5

package.json
{
"name": "@ellx/framework",
"version": "0.0.3",
"version": "0.0.4",
"description": "Ellx full stack framework",
"type": "module",
"bin": {
"ellx": "./src/cli.js"
},
"scripts": {

@@ -7,0 +10,0 @@ "test": "find tests -type f -name '*.spec.js' -exec echo \\# utap-src:{} \\; -exec node {} \\; | utap"

4

src/build_n_serve.js

@@ -54,5 +54,7 @@ import http from 'http';

if (id !== mainPageId) {
source = `<!--${id}-->` + source;
hashes[id] = hash(source);
}
else {
source = source.slice(`<!--${mainPageId}-->`.length);
}
artefacts[id] = source;

@@ -59,0 +61,0 @@ }

@@ -30,3 +30,3 @@ import { transform as esm2cjs } from 'qcjs';

return {
code: text,
code: `<!--${id}-->` + text,
imports,

@@ -33,0 +33,0 @@ assets

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