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
344
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 4.3.1-alpha.20210628.2 to 4.4.0-alpha.20210629.1

8

CHANGELOG.md
# Release History
## 4.3.1 (Unreleased)
## 4.4.0 (Unreleased)
### Features Added
- With the dropping of support for Node.js versions that are no longer in LTS, the dependency on `@types/node` has been updated to version 12. Read our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
### Breaking Changes
### Key Bugs Fixed
## 4.3.0 (2021-06-08)

@@ -7,0 +13,0 @@

2

dist-esm/src/constants.js
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
export const SDK_VERSION = "4.3.1";
export const SDK_VERSION = "4.4.0";
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": "4.3.1-alpha.20210628.2",
"version": "4.4.0-alpha.20210629.1",
"keywords": [

@@ -26,3 +26,3 @@ "node",

"engines": {
"node": ">=8.0.0"
"node": ">=12.0.0"
},

@@ -116,3 +116,3 @@ "files": [

"@types/mocha": "^7.0.2",
"@types/node": "^8.0.0",
"@types/node": "^12.0.0",
"@types/sinon": "^9.0.4",

@@ -119,0 +119,0 @@ "@types/uuid": "^8.0.0",

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