New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More ā†’
Socket
Sign inDemoInstall
Socket

@feathersjs/express

Package Overview
Dependencies
Maintainers
4
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/express - npm Package Compare versions

Comparing version 4.3.7 to 4.3.10

19

CHANGELOG.md

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

## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
**Note:** Version bump only for package @feathersjs/express
## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
### Bug Fixes
* Small type improvements ([#1624](https://github.com/feathersjs/feathers/issues/1624)) ([50162c6](https://github.com/feathersjs/feathers/commit/50162c6e562f0a47c6a280c4f01fff7c3afee293))
## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)

@@ -8,0 +27,0 @@

1

index.d.ts

@@ -19,2 +19,3 @@ import { Application as FeathersApplication, Params as FeathersParams, HookContext } from '@feathersjs/feathers';

formatter: express.RequestHandler;
httpMethod: (verb: string, uris?: string | string[]) => <T>(method: T) => T;
};

@@ -21,0 +22,0 @@

14

package.json
{
"name": "@feathersjs/express",
"description": "Feathers Express framework bindings and REST provider",
"version": "4.3.7",
"version": "4.3.10",
"homepage": "https://feathersjs.com",

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

"@feathersjs/commons": "^4.3.7",
"@feathersjs/errors": "^4.3.7",
"@feathersjs/errors": "^4.3.10",
"@types/express": "^4.17.1",

@@ -49,6 +49,6 @@ "debug": "^4.1.1",

"devDependencies": {
"@feathersjs/authentication": "^4.3.7",
"@feathersjs/authentication-local": "^4.3.7",
"@feathersjs/feathers": "^4.3.7",
"@feathersjs/tests": "^4.3.7",
"@feathersjs/authentication": "^4.3.10",
"@feathersjs/authentication-local": "^4.3.10",
"@feathersjs/feathers": "^4.3.10",
"@feathersjs/tests": "^4.3.10",
"axios": "^0.19.0",

@@ -59,3 +59,3 @@ "chai": "^4.2.0",

},
"gitHead": "be129c71c47ebf389e003225cd7bef4d61d883ce"
"gitHead": "524da3b8eae3086eac6ecc0a06a45e825de77594"
}
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