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

fis-cloud-app-index

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-cloud-app-index - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

static/images/gnome_searchtool.png

8

fis-cloud-app-index.js

@@ -8,2 +8,10 @@

res.render("index");
}
module.exports.login = function(req, res, app) {
app.engine('.html', require('ejs').__express);
app.set('views', __dirname + "/template");
app.set('view engine', 'html');
res.render("index");
}

2

package.json
{
"name": "fis-cloud-app-index",
"version": "0.0.1",
"version": "0.0.2",
"description": "fis-cloud-app-index",

@@ -5,0 +5,0 @@ "main": "fis-cloud-app-index.js",

Sorry, the diff of this file is not supported yet

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