Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@intres/node-red-azure-storage

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intres/node-red-azure-storage - npm Package Compare versions

Comparing version 1.0.5 to 1.0.7

3

azure-blob-storage-upload.js

@@ -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

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