Socket
Socket
Sign inDemoInstall

smart-web-resource

Package Overview
Dependencies
128
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

index.js

@@ -147,2 +147,4 @@ "use strict";

cnf.pathToFilesRepository = cnf.pathToFilesRepository ? cnf.pathToFilesRepository : Path.join( __dirname, DEFAULT_ROOT_FOLDER_FOR_FILES );
Utils.ensureDirSync( cnf.pathToFilesRepository );
pathToCachedFilesRepository = Path.join(cnf.pathToFilesRepository, DEFAULT_FILESREPOSITORY_CACHED );

@@ -149,0 +151,0 @@ pathToTmpFilesRepository = Path.join(cnf.pathToFilesRepository, DEFAULT_FILESREPOSITORY_TMP );

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

ensureDirSync: function( path ) {
return fsExtra.ensureDirSync(path);
},
newUUID: () => {

@@ -143,0 +147,0 @@ return UUID().split('-').join('');

2

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

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

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