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

@azure/storage-blob

Package Overview
Dependencies
Maintainers
4
Versions
442
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.3.0-alpha.20201014.1 to 12.3.0-alpha.20201030.1

dist-esm/storage-blob/src/sas/AccountSASPermissions.js

1

CHANGELOG.md

@@ -5,2 +5,3 @@ # Release History

- Added new SAS permissions Move(m) and Execute(e) for Blob and Container. Also supports specifying an authorized object ID via `saoid` and a correlation ID via `scid` for user delegation SAS.

@@ -7,0 +8,0 @@ ## 12.3.0-beta.1 (2020-10-13)

16

dist-esm/storage-blob/src/index.js

@@ -6,13 +6,13 @@ // Copyright (c) Microsoft Corporation. All rights reserved.

export * from "./Clients";
export * from "./AccountSASPermissions";
export * from "./AccountSASResourceTypes";
export * from "./AccountSASServices";
export * from "./AccountSASSignatureValues";
export * from "./sas/AccountSASPermissions";
export * from "./sas/AccountSASResourceTypes";
export * from "./sas/AccountSASServices";
export * from "./sas/AccountSASSignatureValues";
export * from "./BlobBatch";
export * from "./BlobBatchClient";
export * from "./BatchResponse";
export * from "./BlobSASPermissions";
export * from "./BlobSASSignatureValues";
export * from "./sas/BlobSASPermissions";
export * from "./sas/BlobSASSignatureValues";
export * from "./StorageBrowserPolicyFactory";
export * from "./ContainerSASPermissions";
export * from "./sas/ContainerSASPermissions";
export * from "./credentials/AnonymousCredential";

@@ -27,3 +27,3 @@ export * from "./credentials/Credential";

export * from "./policies/StorageSharedKeyCredentialPolicy";
export * from "./SASQueryParameters";
export * from "./sas/SASQueryParameters";
export * from "./generatedModels";

@@ -30,0 +30,0 @@ export { RestError };

{
"name": "@azure/storage-blob",
"sdk-type": "client",
"version": "12.3.0-alpha.20201014.1",
"version": "12.3.0-alpha.20201030.1",
"description": "Microsoft Azure Storage SDK for JavaScript - Blob",

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

"@azure/abort-controller": "^1.0.0",
"@azure/core-http": "^1.1.6",
"@azure/core-http": "^1.2.0-alpha",
"@azure/core-lro": "^1.0.2",

@@ -124,0 +124,0 @@ "@azure/core-paging": "^1.1.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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