Socket
Socket
Sign inDemoInstall

periodicjs.core.responder

Package Overview
Dependencies
3
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

2

adapters/html_content.js

@@ -59,6 +59,4 @@ 'use strict';

if (options.resolve_filepath === true) {
console.log('resolving paths', { options, viewname, dirs, });
return findValidViewFromPaths(viewname, dirs);
} else {
console.log('not resolving filepath', { options, viewname, fileext, dirs, });
return findValidViewFromPaths(`${ viewname }${ (/^\./.test(fileext)) ? fileext : '.' + fileext }`, dirs)

@@ -65,0 +63,0 @@ .then(filePath => Promisie.all(fs.readFileAsync(filePath, 'utf8'), filePath))

2

package.json

@@ -91,4 +91,4 @@ {

},
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT"
}
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