Socket
Socket
Sign inDemoInstall

smart-web-resource

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smart-web-resource - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

index.js

@@ -185,2 +185,6 @@ "use strict";

if (config.removeCacheAtStartup && config.removeCacheAtStartup == true) {
await _cachedFilesManager.EmptyRepository();
}
let addinsDetected = await ActionsManager.init( _config.verbose, cnf.plugins );

@@ -187,0 +191,0 @@

2

package.json
{
"name": "smart-web-resource",
"version": "1.0.5",
"version": "1.0.6",
"description": "Smart web resource - Express middleware",

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

@@ -11,3 +11,3 @@ "use strict"

//pathToFilesRepository : Path.join( process.cwd(), "test", "filesrepository" ),
cache: false,
cache: true,
verbose: true,

@@ -21,3 +21,4 @@ prefix: "-",

},
plugins: [require("swr_resize")]
plugins: [require("swr_resize")],
removeCacheAtStartup: true
}

@@ -24,0 +25,0 @@

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