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

@azure/storage-blob

Package Overview
Dependencies
Maintainers
4
Versions
436
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/storage-blob - npm Package Compare versions

Comparing version 12.1.2-dev.20200518.2 to 12.1.2-dev.20200519.2

2

package.json
{
"name": "@azure/storage-blob",
"sdk-type": "client",
"version": "12.1.2-dev.20200518.2",
"version": "12.1.2-dev.20200519.2",
"description": "Microsoft Azure Storage SDK for JavaScript - Blob",

@@ -6,0 +6,0 @@ "main": "./dist/index.js",

@@ -92,4 +92,16 @@ # Azure Storage Blob client library for JavaScript

To use this client library in the browser, you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
#### Special bundling notes for IE11
Currently only `Parcel` and `Rollup` work well with Storage client libraries for IE11.
If `Parcel` is used then no further work is needed. If using Rollup, an additional step is needed to transform the bundled output to the format that IE11 supports.
Assuming `bundled-output.js` is the result from `Rollup`:
```bash
tsc --allowJS --target es5 bundled-output.js --outfile final-output.js
```
### CORS

@@ -96,0 +108,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