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

vegana-js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vegana-js - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

akku/app/index.js

10

index.js

@@ -1,5 +0,5 @@

const init = require('./init/index');
const build = require('./build/index');
const serve = require('./serve/index');
const generate = require('./generate/index');
const init = require('./engine/init/index');
const build = require('./engine/build/index');
const serve = require('./engine/serve/index');
const generate = require('./engine/generate/index');
const chalk = require('chalk');

@@ -22,3 +22,3 @@ const log = console.log;

if(func == 'serve'){
return serve.init(input);
return serve.init();
}

@@ -25,0 +25,0 @@

{
"name": "vegana-js",
"version": "0.0.1",
"version": "0.0.2",
"description": "vegana is a container based js framework",

@@ -20,3 +20,7 @@ "main": "index.js",

"chalk": "^2.4.1",
"fs-extra": "^7.0.0"
"cli-spinner": "^0.2.8",
"fs-extra": "^7.0.0",
"http": "0.0.0",
"socket.io": "^2.1.1",
"vegana-engine": "^1.0.0"
},

@@ -23,0 +27,0 @@ "bin": {

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