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

jeefo_core

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jeefo_core - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

build/index.js

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 :

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