Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@feathersjs/feathers

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/feathers - npm Package Compare versions

Comparing version 3.1.7 to 3.2.0-pre.1

lib/hooks/base.js

7

changelog.md
# Change Log
## [v3.1.7](https://github.com/feathersjs/feathers/tree/v3.1.7) (2018-06-16)
[Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.6...v3.1.7)
**Merged pull requests:**
- Update to latest Uberproto and other dependencies [\#889](https://github.com/feathersjs/feathers/pull/889) ([daffl](https://github.com/daffl))
## [v3.1.6](https://github.com/feathersjs/feathers/tree/v3.1.6) (2018-06-03)

@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/feathersjs/feathers/compare/v3.1.5...v3.1.6)

3

lib/index.js

@@ -5,2 +5,3 @@ const { hooks } = require('@feathersjs/commons');

const version = require('./version');
const { ACTIVATE_HOOKS, activateHooks } = require('./hooks');

@@ -20,2 +21,4 @@ function createApplication () {

createApplication.SKIP = hooks.SKIP;
createApplication.ACTIVATE_HOOKS = ACTIVATE_HOOKS;
createApplication.activateHooks = activateHooks;

@@ -22,0 +25,0 @@ module.exports = createApplication;

2

lib/version.js

@@ -1,1 +0,1 @@

module.exports = '3.1.7';
module.exports = '3.2.0-pre.1';
{
"name": "@feathersjs/feathers",
"description": "A REST and realtime API layer for modern applications.",
"version": "3.1.7",
"version": "3.2.0-pre.1",
"homepage": "http://feathersjs.com",

@@ -53,3 +53,3 @@ "repository": {

"dependencies": {
"@feathersjs/commons": "^1.4.1",
"@feathersjs/commons": "^3.0.0-pre.1",
"debug": "^3.1.0",

@@ -56,0 +56,0 @@ "events": "^3.0.0",

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