Socket
Socket
Sign inDemoInstall

batuta

Package Overview
Dependencies
17
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

templates/js/controllers/test.js

2

package.json
{
"name": "batuta",
"description": "Batuta: is a framework based on the express-generator structure, which adds other missing modules for a backend application",
"version": "1.1.1",
"version": "1.1.2",
"author": {

@@ -6,0 +6,0 @@ "name": "Batuta Nkuma Sael",

@@ -6,5 +6,5 @@ var express = require('express');

router.get('/', function(req, res, next) {
res.render('index', { title: 'Express' });
res.render('index', { title: 'Batutajs' });
});
module.exports = router;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc