socket.io-client
Advanced tools
Comparing version 4.4.0 to 4.4.1
/*! | ||
* Socket.IO v4.4.0 | ||
* (c) 2014-2021 Guillermo Rauch | ||
* Socket.IO v4.4.1 | ||
* (c) 2014-2022 Guillermo Rauch | ||
* Released under the MIT License. | ||
@@ -5,0 +5,0 @@ */ |
/*! | ||
* Socket.IO v4.4.0 | ||
* (c) 2014-2021 Guillermo Rauch | ||
* Socket.IO v4.4.1 | ||
* (c) 2014-2022 Guillermo Rauch | ||
* Released under the MIT License. | ||
@@ -5,0 +5,0 @@ */ |
/*! | ||
* Socket.IO v4.4.0 | ||
* (c) 2014-2021 Guillermo Rauch | ||
* Socket.IO v4.4.1 | ||
* (c) 2014-2022 Guillermo Rauch | ||
* Released under the MIT License. | ||
@@ -5,0 +5,0 @@ */ |
{ | ||
"name": "socket.io-client", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"description": "Realtime application framework client", | ||
@@ -29,3 +29,4 @@ "keywords": [ | ||
}, | ||
"require": "./build/cjs/index.js" | ||
"require": "./build/cjs/index.js", | ||
"types": "./build/esm/index.d.ts" | ||
} | ||
@@ -32,0 +33,0 @@ }, |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
976754
43