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

@feathersjs/transport-commons

Package Overview
Dependencies
Maintainers
4
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/transport-commons - npm Package Compare versions

Comparing version 5.0.0-pre.27 to 5.0.0-pre.28

11

CHANGELOG.md

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

# [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
### Bug Fixes
* **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)

@@ -8,0 +19,0 @@

17

package.json
{
"name": "@feathersjs/transport-commons",
"description": "Shared functionality for websocket providers",
"version": "5.0.0-pre.27",
"version": "5.0.0-pre.28",
"homepage": "https://feathersjs.com",

@@ -36,3 +36,4 @@ "main": "lib/",

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

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

"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.27",
"@feathersjs/errors": "^5.0.0-pre.27",
"@feathersjs/feathers": "^5.0.0-pre.27",
"@feathersjs/commons": "^5.0.0-pre.28",
"@feathersjs/errors": "^5.0.0-pre.28",
"@feathersjs/feathers": "^5.0.0-pre.28",
"encodeurl": "^1.0.2",

@@ -68,9 +69,9 @@ "lodash": "^4.17.21"

"@types/mocha": "^9.1.1",
"@types/node": "^18.0.1",
"@types/node": "^18.6.3",
"mocha": "^10.0.0",
"shx": "^0.3.4",
"ts-node": "^10.8.2",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"gitHead": "6032742bce059781e7013fd662870df45bd72bb5"
"gitHead": "bf8e54fddc14d688ba8f505e72c9630a71656ff1"
}
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