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

ngx-socket-io

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-socket-io - npm Package Compare versions

Comparing version 4.8.0 to 4.8.1

4

package.json
{
"name": "ngx-socket-io",
"version": "4.8.0",
"version": "4.8.1",
"description": "Socket.IO module for Angular",

@@ -31,3 +31,3 @@ "main": "index.ts",

"@angular/common": "^19.0.0",
"@angular/core": "^18.0.0",
"@angular/core": "^19.0.0",
"rxjs": "^7.0.0"

@@ -34,0 +34,0 @@ },

@@ -18,3 +18,3 @@ # ngx-socket-io

| Package Version | Socket-io Server Version | Angular version |
|-----------------|--------------------------|-----------------|
| --------------- | ------------------------ | --------------- |
| v3.4.0 | v2.2.0 | |

@@ -28,3 +28,3 @@ | v4.1.0 | v4.0.0 | 12.x |

| v4.7.0 | v4.7.2 | 18.x |
| v4.8.0 | v4.8.1 | 19.x |
| v4.8.1 | v4.8.1 | 19.x |

@@ -64,5 +64,3 @@ ## How to use

export const appConfig: ApplicationConfig = {
providers: [
importProvidersFrom(SocketIoModule.forRoot(config))
]
providers: [importProvidersFrom(SocketIoModule.forRoot(config))],
};

@@ -69,0 +67,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