Socket
Socket
Sign inDemoInstall

@feathersjs/errors

Package Overview
Dependencies
Maintainers
4
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/errors - 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 @@

13

package.json
{
"name": "@feathersjs/errors",
"description": "Common error types for Feathers apps",
"version": "5.0.0-pre.27",
"version": "5.0.0-pre.28",
"homepage": "https://feathersjs.com",

@@ -35,3 +35,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": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"

@@ -52,11 +53,11 @@ },

"devDependencies": {
"@feathersjs/feathers": "^5.0.0-pre.27",
"@feathersjs/feathers": "^5.0.0-pre.28",
"@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