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

@aspnet/signalr

Package Overview
Dependencies
Maintainers
5
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aspnet/signalr - npm Package Compare versions

Comparing version 1.0.26 to 1.0.27

2

dist/cjs/index.js

@@ -7,3 +7,3 @@ "use strict";

/** The version of the SignalR client. */
exports.VERSION = "1.0.26";
exports.VERSION = "1.0.27";
var Errors_1 = require("./Errors");

@@ -10,0 +10,0 @@ exports.HttpError = Errors_1.HttpError;

@@ -5,3 +5,3 @@ // Copyright (c) .NET Foundation. All rights reserved.

/** The version of the SignalR client. */
export var VERSION = "1.0.26";
export var VERSION = "1.0.27";
export { HttpError, TimeoutError } from "./Errors";

@@ -8,0 +8,0 @@ export { DefaultHttpClient, HttpClient, HttpResponse } from "./HttpClient";

{
"name": "@aspnet/signalr",
"version": "1.0.26",
"version": "1.0.27",
"description": "ASP.NET Core SignalR Client",

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

JavaScript and TypeScript clients for SignalR for ASP.NET Core
> :warning: This package will no longer be supported starting August 21, 2021. This package follows the [.NET Core 2.1 support lifecycle](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) which is ending soon. Please transition to using [@microsoft/signalr](https://www.npmjs.com/package/@microsoft/signalr) as described below.
> Note: The JavaScript and TypeScript clients for SignalR for ASP.NET Core have been moved to [@microsoft/signalr](https://www.npmjs.com/package/@microsoft/signalr). If you are already using `@aspnet/signalr` and are unsure when to move to `@microsoft/signalr`, check the [Feature Distribution](https://docs.microsoft.com/en-us/aspnet/core/signalr/client-features) chart in the ASP.NET Core SignalR documentation. Newer client releases are compatible with older version of ASP.NET Core SignalR which means it is safe to upgrade the client before upgrading the server.

@@ -4,0 +6,0 @@

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