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

@feathersjs/transport-commons

Package Overview
Dependencies
Maintainers
4
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/transport-commons - npm Package Compare versions

Comparing version 4.0.0-pre.2 to 4.0.0-pre.3

12

CHANGELOG.md

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

# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
### Bug Fixes
* Make oAuth paths more consistent and improve authentication client ([#1377](https://github.com/feathersjs/feathers/issues/1377)) ([adb2543](https://github.com/feathersjs/feathers/commit/adb2543))
* Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)

@@ -8,0 +20,0 @@

2

lib/channels/index.d.ts

@@ -22,2 +22,2 @@ import { Channel } from './channel/base';

export { keys };
export declare function channels(): (app: Application<any>) => void;
export declare function channels(): (app: Application<{}>) => void;

@@ -10,2 +10,2 @@ import { Application } from '@feathersjs/feathers';

}
export declare const routing: () => (app: Application<any>) => void;
export declare const routing: () => (app: Application<{}>) => void;

@@ -9,2 +9,2 @@ import { Application } from '@feathersjs/feathers';

}
export declare function socket({ done, emit, socketKey, getParams }: SocketOptions): (app: Application<any>) => void;
export declare function socket({ done, emit, socketKey, getParams }: SocketOptions): (app: Application<{}>) => void;
{
"name": "@feathersjs/transport-commons",
"description": "Shared functionality for websocket providers",
"version": "4.0.0-pre.2",
"version": "4.0.0-pre.3",
"homepage": "https://feathersjs.com",

@@ -41,4 +41,4 @@ "main": "lib/",

"dependencies": {
"@feathersjs/commons": "^4.0.0-pre.0",
"@feathersjs/errors": "^4.0.0-pre.2",
"@feathersjs/commons": "^4.0.0-pre.3",
"@feathersjs/errors": "^4.0.0-pre.3",
"debug": "^4.1.1",

@@ -49,12 +49,12 @@ "lodash": "^4.17.11",

"devDependencies": {
"@feathersjs/feathers": "^4.0.0-pre.2",
"@types/debug": "^4.1.3",
"@feathersjs/feathers": "^4.0.0-pre.3",
"@types/debug": "^4.1.4",
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.0",
"mocha": "^6.0.2",
"@types/node": "^12.0.2",
"mocha": "^6.1.4",
"shx": "^0.3.2",
"ts-node": "^8.0.3",
"typescript": "^3.4.2"
"ts-node": "^8.2.0",
"typescript": "^3.4.5"
},
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52"
"gitHead": "19eb75737659e3e4b57765c1653d23c86fd2e1c3"
}
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