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

jeefo

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jeefo - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

9

package.json
{
"name": "jeefo",
"version": "0.2.7",
"version": "0.2.8",
"homepage": "https://github.com/je3f0o/jeefo",

@@ -37,9 +37,8 @@ "copyright": "2021",

"dependencies": {
"@jeefo/audio": "0.0.1",
"@jeefo/bundler": "0.0.11",
"@jeefo/command": "0.0.3",
"@jeefo/component": "^0.0.17",
"@jeefo/component": "^0.0.18",
"@jeefo/ecma_parser": "0.0.10",
"@jeefo/form": "0.0.4",
"@jeefo/fs": "0.0.9",
"@jeefo/fs": "^0.0.10",
"@jeefo/javascript_preprocessor": "0.0.8",

@@ -52,3 +51,3 @@ "@jeefo/jqlite": "0.0.6",

"@jeefo/resource": "0.0.5",
"@jeefo/state": "0.0.12",
"@jeefo/state": "^0.0.13",
"@jeefo/template": "0.0.5",

@@ -55,0 +54,0 @@ "@jeefo/tokenizer": "0.0.6",

/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
* File Name : app_bundler.js
* Created at : 2020-12-28
* Updated at : 2021-01-14
* Updated at : 2021-02-20
* Author : jeefo

@@ -25,2 +25,3 @@ * Purpose :

//const cleaning_pp = require("../lib/cleaning_pp");
const config = require("../../config");
const preprocessor = require("../libs/preprocessor");

@@ -30,4 +31,2 @@

npm_dir,
cache_dir,
frontend_dir,
public_js_dir,

@@ -90,18 +89,3 @@ } = require("../paths");

bundler = await new JeefoBundler({
name : "app.min.js",
cache_dir : `${cache_dir}/app`,
output_dir : public_js_dir,
include_dirs : [frontend_dir],
node_modules : [
{
root_dir : path.normalize(`${process.cwd()}/..`),
packages : ["@jeefo/material"]
},
{
root_dir : '.',
packages : ["@jeefo"]
},
],
});
bundler = await new JeefoBundler(config.app_bundler);

@@ -108,0 +92,0 @@ bundler.on("file_updated", async module => {

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