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.1 to 5.0.0-pre.2

27

CHANGELOG.md

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

# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
**Note:** Version bump only for package @feathersjs/errors
# [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
**Note:** Version bump only for package @feathersjs/errors
# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
### Bug Fixes
* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
# [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)

@@ -8,0 +35,0 @@

18

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

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

"engines": {
"node": ">= 10"
"node": ">= 12"
},

@@ -51,11 +51,11 @@ "directories": {

"devDependencies": {
"@feathersjs/feathers": "^5.0.0-pre.1",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.10",
"mocha": "^8.2.1",
"@feathersjs/feathers": "^5.0.0-pre.2",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.37",
"mocha": "^8.3.2",
"shx": "^0.3.3",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
"gitHead": "3756506935c520fc50d4be416ff649c2158afdac"
"gitHead": "6e1f888dc5b612d2d77653177622e3f66245a0fb"
}

@@ -21,4 +21,4 @@ # @feathersjs/errors

Copyright (c) 2019 [Feathers contributors](https://github.com/feathersjs/client/graphs/contributors)
Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Licensed under the [MIT license](LICENSE).

Sorry, the diff of this file is not supported yet

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