Socket
Socket
Sign inDemoInstall

@feathersjs/socketio

Package Overview
Dependencies
33
Maintainers
3
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-pre.34 to 5.0.0-pre.35

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

# [5.0.0-pre.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)
### Features
- **generators:** Move core code generators to shared generators package ([#2982](https://github.com/feathersjs/feathers/issues/2982)) ([0328d22](https://github.com/feathersjs/feathers/commit/0328d2292153870bc43958f73d2c6f288a8cec17))
# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)

@@ -8,0 +14,0 @@

24

package.json
{
"name": "@feathersjs/socketio",
"description": "The Feathers Socket.io real-time API provider",
"version": "5.0.0-pre.34",
"version": "5.0.0-pre.35",
"homepage": "https://feathersjs.com",

@@ -45,3 +45,3 @@ "main": "lib/",

"prepublish": "npm run compile",
"pack": "npm pack --pack-destination ../cli/test/build",
"pack": "npm pack --pack-destination ../generators/test/build",
"compile": "shx rm -rf lib/ && tsc && npm run pack",

@@ -57,20 +57,20 @@ "test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"

"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.34",
"@feathersjs/feathers": "^5.0.0-pre.34",
"@feathersjs/transport-commons": "^5.0.0-pre.34",
"@feathersjs/commons": "^5.0.0-pre.35",
"@feathersjs/feathers": "^5.0.0-pre.35",
"@feathersjs/transport-commons": "^5.0.0-pre.35",
"socket.io": "^4.5.4"
},
"devDependencies": {
"@feathersjs/express": "^5.0.0-pre.34",
"@feathersjs/memory": "^5.0.0-pre.34",
"@feathersjs/tests": "^5.0.0-pre.34",
"@feathersjs/express": "^5.0.0-pre.35",
"@feathersjs/memory": "^5.0.0-pre.35",
"@feathersjs/tests": "^5.0.0-pre.35",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.10",
"@types/node": "^18.11.18",
"lodash": "^4.17.21",
"mocha": "^10.1.0",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"socket.io-client": "^4.5.4",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"gitHead": "42cca600d00f0b3b9d89fa79be30fcd46bc50132"
"gitHead": "c641598d9a4de3ceda10f56cf2af288a4236b15e"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc