jeefo_core
Advanced tools
Comparing version 0.0.1 to 0.0.2
11
index.js
/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. | ||
* File Name : index.js | ||
* Created at : 2017-04-12 | ||
* Updated at : 2017-04-12 | ||
* Created at : 2017-04-27 | ||
* Updated at : 2017-04-27 | ||
* Author : jeefo | ||
@@ -18,4 +18,7 @@ * Purpose : | ||
var jeefo = module.exports = require("jeefo"); | ||
var jeefo = require("jeefo"), | ||
_package = require("./package"); | ||
require("./jeefo_core.min")(jeefo); | ||
require(`./dist/${ _package.name }.node`)(jeefo); | ||
module.exports = jeefo.module(_package.name); |
{ | ||
"name": "jeefo_core", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"homepage" : "https://github.com/je3f0o/jeefo_core", | ||
"description": "jeefo core", | ||
"author": "jeefo", | ||
"author": "je3f0o <je3f0o@gmail.com>", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "./node_modules/mocha/bin/mocha specs", | ||
"finaltest": "npm run build && NODE_ENV=production ./node_modules/mocha/bin/mocha specs", | ||
"build": "node build.js" | ||
"build": "node build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com:je3f0o/jeefo.git" | ||
"url": "https://github.com/je3f0o/jeefo_core.git" | ||
}, | ||
@@ -25,8 +24,15 @@ "keywords": [ | ||
"fs-extra": "^0.30.0", | ||
"mocha": "^3.0.2", | ||
"uglify-js": "^2.7.3" | ||
"mocha": "^3.0.2" | ||
}, | ||
"dependencies": { | ||
"jeefo": "0.0.8" | ||
"jeefo": "0.0.8", | ||
"uglify-js": "^2.8.22" | ||
}, | ||
"uglify_config": { | ||
"mangle": { "toplevel" : true }, | ||
"compress" : { | ||
"comparisons" : false | ||
}, | ||
"fromString" : true | ||
} | ||
} |
/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. | ||
* File Name : core.js | ||
* Created at : 2017-04-08 | ||
* Updated at : 2017-04-12 | ||
* Updated at : 2017-04-27 | ||
* Author : jeefo | ||
@@ -6,0 +6,0 @@ * Purpose : |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
31644
3
12
1
1
2
2
334
2
1
+ Addeduglify-js@^2.8.22
+ Addedalign-text@0.1.4(transitive)
+ Addedcamelcase@1.2.1(transitive)
+ Addedcenter-align@0.1.3(transitive)
+ Addedcliui@2.1.0(transitive)
+ Addeddecamelize@1.2.0(transitive)
+ Addedis-buffer@1.1.6(transitive)
+ Addedkind-of@3.2.2(transitive)
+ Addedlazy-cache@1.0.4(transitive)
+ Addedlongest@1.0.1(transitive)
+ Addedrepeat-string@1.6.1(transitive)
+ Addedright-align@0.1.3(transitive)
+ Addedsource-map@0.5.7(transitive)
+ Addeduglify-js@2.8.29(transitive)
+ Addeduglify-to-browserify@1.0.2(transitive)
+ Addedwindow-size@0.1.0(transitive)
+ Addedwordwrap@0.0.2(transitive)
+ Addedyargs@3.10.0(transitive)