You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

nodent

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodent - npm Package Compare versions

Comparing version

to
3.1.7

3

nodent.js

@@ -265,2 +265,5 @@ #!/usr/bin/env node

return function (req, res, next) {
if (req.url.indexOf('..')>=0)
return next() ;
if (cache[req.url]) {

@@ -267,0 +270,0 @@ res.setHeader("Content-Type", cache[req.url].contentType);

2

package.json
{
"name": "nodent",
"version": "3.1.6",
"version": "3.1.7",
"description": "NoDent - Asynchronous Javascript language extensions",

@@ -5,0 +5,0 @@ "main": "nodent.js",