Socket
Socket
Sign inDemoInstall

@feathersjs/errors

Package Overview
Dependencies
Maintainers
3
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.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 @@

14

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

@@ -35,3 +35,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",

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

"devDependencies": {
"@feathersjs/feathers": "^5.0.0-pre.34",
"@feathersjs/feathers": "^5.0.0-pre.35",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.10",
"mocha": "^10.1.0",
"@types/node": "^18.11.18",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"gitHead": "42cca600d00f0b3b9d89fa79be30fcd46bc50132"
"gitHead": "c641598d9a4de3ceda10f56cf2af288a4236b15e"
}
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