@intres/node-red-azure-storage
Advanced tools
Comparing version 1.0.5 to 1.0.7
@@ -11,3 +11,4 @@ const AzureBlobStorage = require('./azure-blob-storage-class'); | ||
filePath: config.filePath, | ||
blobName: config.blobName, | ||
// Allow blobName to be overwritten by msg.blobName | ||
blobName: msg.blobName || config.blobName, | ||
containerName: config.containerName, | ||
@@ -14,0 +15,0 @@ }; |
{ | ||
"name": "@intres/node-red-azure-storage", | ||
"version": "1.0.5", | ||
"version": "1.0.7", | ||
"description": "Node-red node for Azure Storage", | ||
@@ -35,4 +35,6 @@ "engines": { | ||
"mocha": "^9.2.2", | ||
"node-red": "^2.2.2", | ||
"node-red-node-test-helper": "^0.2.7", | ||
"sinon": "^9.2.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
170
22026
5
1