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.0 to 3.3.1

yarn.lock

16

CHANGELOG.md
# Change Log
## [v3.3.0](https://github.com/feathersjs/errors/tree/v3.3.0) (2018-02-12)
[Full Changelog](https://github.com/feathersjs/errors/compare/v3.2.2...v3.3.0)
**Closed issues:**
- How to handling error from Hook function when I use Aync/Await in Hook function [\#106](https://github.com/feathersjs/errors/issues/106)
**Merged pull requests:**
- Add a verbose flag to notFound handler [\#107](https://github.com/feathersjs/errors/pull/107) ([daffl](https://github.com/daffl))
- Add req.url to notFound handler message [\#105](https://github.com/feathersjs/errors/pull/105) ([FreeLineTM](https://github.com/FreeLineTM))
## [v3.2.2](https://github.com/feathersjs/errors/tree/v3.2.2) (2018-01-23)

@@ -113,3 +125,3 @@ [Full Changelog](https://github.com/feathersjs/errors/compare/v3.2.1...v3.2.2)

- Fix errors property being lost when cloning [\#76](https://github.com/feathersjs/errors/pull/76) ([daniel-constantin](https://github.com/daniel-constantin))
- Fix errors property being lost when cloning [\#76](https://github.com/feathersjs/errors/pull/76) ([0x6431346e](https://github.com/0x6431346e))

@@ -125,3 +137,3 @@ ## [v2.8.0](https://github.com/feathersjs/errors/tree/v2.8.0) (2017-05-08)

- Allow data to be an array [\#75](https://github.com/feathersjs/errors/pull/75) ([daniel-constantin](https://github.com/daniel-constantin))
- Allow data to be an array [\#75](https://github.com/feathersjs/errors/pull/75) ([0x6431346e](https://github.com/0x6431346e))

@@ -128,0 +140,0 @@ ## [v2.7.1](https://github.com/feathersjs/errors/tree/v2.7.1) (2017-04-28)

106

package.json
{
"name": "@feathersjs/errors",
"description": "Common error types for feathers apps",
"version": "3.3.0",
"homepage": "https://github.com/feathersjs/errors",
"main": "lib/index",
"keywords": [
"feathers",
"feathers-plugin"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/errors.git"
},
"author": {
"name": "Feathers contributors",
"email": "hello@feathersjs.com",
"url": "https://feathersjs.com"
},
"contributors": [],
"bugs": {
"url": "https://github.com/feathersjs/errors/issues"
},
"engines": {
"node": ">= 6"
},
"scripts": {
"publish": "git push origin --tags && npm run changelog && git push origin",
"release:pre": "npm version prerelease && npm publish --access public --tag pre",
"release:patch": "npm version patch && npm publish --access public",
"release:minor": "npm version minor && npm publish --access public",
"release:major": "npm version major && npm publish --access public",
"changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
"lint": "semistandard --fix",
"mocha": "mocha --opts mocha.opts",
"test": "npm run lint && npm run coverage",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts"
},
"semistandard": {
"env": [
"mocha"
]
},
"directories": {
"lib": "lib"
},
"dependencies": {
"debug": "^3.1.0"
},
"devDependencies": {
"chai": "^4.1.0",
"feathers": "^2.0.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^5.0.0",
"request": "^2.69.0",
"semistandard": "^12.0.0",
"shx": "^0.2.1",
"sinon": "^4.0.0",
"sinon-chai": "^2.8.0"
}
"name": "@feathersjs/errors",
"description": "Common error types for Feathers apps",
"version": "3.3.1",
"homepage": "https://feathersjs.com",
"main": "lib/index",
"keywords": [
"feathers",
"feathers-plugin"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/feathers.git"
},
"author": {
"name": "Feathers contributors",
"email": "hello@feathersjs.com",
"url": "https://feathersjs.com"
},
"contributors": [],
"bugs": {
"url": "https://github.com/feathersjs/feathers/issues"
},
"engines": {
"node": ">= 6"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "../../node_modules/.bin/mocha --opts ../../mocha.opts"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"debug": "^3.1.0"
},
"devDependencies": {
"@feathersjs/express": "^1.2.4",
"@feathersjs/feathers": "^3.1.7",
"chai": "^4.1.2",
"sinon": "^6.1.5",
"sinon-chai": "^3.2.0"
},
"gitHead": "a618e325acc797dfb895f69310e55075838dfdeb"
}
# @feathersjs/errors
[![Greenkeeper badge](https://badges.greenkeeper.io/feathersjs/errors.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/feathersjs/errors.png?branch=master)](https://travis-ci.org/feathersjs/errors)
[![Test Coverage](https://codeclimate.com/github/feathersjs/errors/badges/coverage.svg)](https://codeclimate.com/github/feathersjs/errors/coverage)
[![Dependency Status](https://img.shields.io/david/feathersjs/errors.svg?style=flat-square)](https://david-dm.org/feathersjs/errors)
[![Build Status](https://travis-ci.org/feathersjs/feathers.png?branch=master)](https://travis-ci.org/feathersjs/feathers)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/errors)](https://david-dm.org/feathersjs/feathers?path=packages/errors)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/errors.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/errors)

@@ -9,0 +6,0 @@

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