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

@azure/eventgrid

Package Overview
Dependencies
Maintainers
6
Versions
327
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/eventgrid - npm Package Compare versions

Comparing version 3.0.0-alpha.20210209.1 to 3.0.0-alpha.20210210.1

10

CHANGELOG.md

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

### Breaking Changes
- `EventGridSharedAccessCredential` has been removed, in favor of `AzureSASCredential`. Code which is using `EventGridSharedAccessCredential` should
now use `AzureSASCredential` instead.
- When constructing the client, you must now include the schema type your topic is configured to expect (one of "EventGrid", "CloudEvent" or "Custom").
- The `sendEvents` methods have been collapsed into a single method on the client called `send` which uses the input schema that was configured on the client.
## 3.0.0-beta.3 (2020-10-06)

@@ -22,2 +16,6 @@

using TypeScript and explicitly referencing these interfaces, you will need to update your code to use the new names. The payload of the events is unchanged.
- `EventGridSharedAccessCredential` has been removed, in favor of `AzureSASCredential`. Code which is using `EventGridSharedAccessCredential` should
now use `AzureSASCredential` instead.
- When constructing the client, you must now include the schema type your topic is configured to expect (one of "EventGrid", "CloudEvent" or "Custom").
- The `sendEvents` methods have been collapsed into a single method on the client called `send` which uses the input schema that was configured on the client.

@@ -24,0 +22,0 @@ ## 3.0.0-beta.2 (2020-09-24)

2

dist-esm/src/constants.js
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
export const SDK_VERSION = "3.0.0-beta.3";
export const SDK_VERSION = "3.0.0-beta.4";
export const DEFAULT_API_VERSION = "2018-01-01";
//# sourceMappingURL=constants.js.map

@@ -6,3 +6,3 @@ {

"description": "An isomorphic client library for the Azure Event Grid service.",
"version": "3.0.0-alpha.20210209.1",
"version": "3.0.0-alpha.20210210.1",
"keywords": [

@@ -83,3 +83,3 @@ "node",

"dependencies": {
"@azure/core-auth": "^1.1.3",
"@azure/core-auth": "^1.2.0",
"@azure/core-client": "^1.0.0-alpha",

@@ -86,0 +86,0 @@ "@azure/core-https": "^1.0.0-alpha",

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

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