New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@azure/storage-file-share

Package Overview
Dependencies
Maintainers
0
Versions
384
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/storage-file-share - npm Package Compare versions

Comparing version 12.26.0-alpha.20241204.1 to 12.26.0-alpha.20241219.1

2

dist-esm/storage-blob/src/utils/utils.node.js

@@ -96,3 +96,3 @@ // Copyright (c) Microsoft Corporation.

readableStream.on("data", (data) => {
chunks.push(data instanceof Buffer ? data : Buffer.from(data, encoding));
chunks.push(typeof data === "string" ? Buffer.from(data, encoding) : data);
});

@@ -99,0 +99,0 @@ readableStream.on("end", () => {

{
"name": "@azure/storage-file-share",
"sdk-type": "client",
"version": "12.26.0-alpha.20241204.1",
"version": "12.26.0-alpha.20241219.1",
"description": "Microsoft Azure Storage SDK for JavaScript - File",

@@ -158,3 +158,3 @@ "main": "./dist/index.js",

"karma-sourcemap-loader": "^0.3.8",
"mocha": "^10.0.0",
"mocha": "^11.0.2",
"nyc": "^17.0.0",

@@ -165,5 +165,5 @@ "puppeteer": "^23.0.2",

"ts-node": "^10.0.0",
"typescript": "~5.6.2",
"typescript": "~5.7.2",
"util": "^0.12.1"
}
}

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