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

icecream

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

icecream - npm Package Compare versions

Comparing version 0.6.8 to 0.6.9

9

icecream/icecream.js

@@ -63,9 +63,10 @@ /**

this.caches = {};
//default settings for icecream
//default settings for icecream
var root = path.dirname(path.dirname(path.dirname(path.dirname(__filename))));
this.set('defaultEngine', 'ejs');
this.set('sysDir', __dirname);
this.set('appDir', path.dirname(process.argv[1])+"/app/");
this.set('appRoot', path.dirname(process.argv[1])+"/");
this.set('staticDir', path.dirname(process.argv[1])+"/static/");
this.set('appRoot', root + "/");
this.set('appDir', root + "/app/");
this.set('staticDir', root + "/static/");
this.set('defaultController', 'page');

@@ -72,0 +73,0 @@ this.set('defaultAction', 'index');

{
"name": "icecream",
"version": "0.6.8",
"version": "0.6.9",
"description": "rapid web framework for nodejs",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/zhiyu/icecream",

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