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 3.3.4 to 3.3.5

12

CHANGELOG.md

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

<a name="3.3.5"></a>
## [3.3.5](https://github.com/feathersjs/feathers/compare/@feathersjs/errors@3.3.4...@feathersjs/errors@3.3.5) (2018-12-16)
### Bug Fixes
* Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
<a name="3.3.4"></a>

@@ -8,0 +20,0 @@ ## [3.3.4](https://github.com/feathersjs/feathers/compare/@feathersjs/errors@3.3.3...@feathersjs/errors@3.3.4) (2018-09-21)

9

package.json
{
"name": "@feathersjs/errors",
"description": "Common error types for Feathers apps",
"version": "3.3.4",
"version": "3.3.5",
"homepage": "https://feathersjs.com",

@@ -32,3 +32,3 @@ "main": "lib/index",

"scripts": {
"test": "../../node_modules/.bin/mocha --opts ../../mocha.opts"
"test": "mocha --opts ../../mocha.opts"
},

@@ -42,9 +42,10 @@ "publishConfig": {

"devDependencies": {
"@feathersjs/feathers": "^3.2.3",
"@feathersjs/feathers": "^3.3.0",
"chai": "^4.1.2",
"express": "^4.16.3",
"mocha": "^5.2.0",
"sinon": "^6.1.5",
"sinon-chai": "^3.2.0"
},
"gitHead": "cdbfba98307235cbc6d23a9ec3ae1a9960d12186"
"gitHead": "3bbba49daf1e62f358b426002ec9684f4bcaac89"
}
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