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

@feathersjs/feathers

Package Overview
Dependencies
Maintainers
3
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 5.0.0-pre.31 to 5.0.0-pre.32

10

CHANGELOG.md

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

# [5.0.0-pre.32](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.31...v5.0.0-pre.32) (2022-10-26)
### Bug Fixes
- **docs:** Review transport API docs and update Express middleware setup ([#2811](https://github.com/feathersjs/feathers/issues/2811)) ([1b97f14](https://github.com/feathersjs/feathers/commit/1b97f14d474f5613482f259eeaa585c24fcfab43))
### Features
- **docs:** New website and documentation pages ([#2802](https://github.com/feathersjs/feathers/issues/2802)) ([ae85fa2](https://github.com/feathersjs/feathers/commit/ae85fa216f12f7ff5d15e7039640e27a09989ea4))
# [5.0.0-pre.31](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.30...v5.0.0-pre.31) (2022-10-12)

@@ -8,0 +18,0 @@

@@ -91,2 +91,8 @@ /// <reference types="node" />

/**
* A real-time connection object
*/
export interface RealTimeConnection {
[key: string]: any;
}
/**
* The interface for a custom service method. Can e.g. be used to type client side services.

@@ -93,0 +99,0 @@ */

2

lib/version.d.ts

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

declare const _default: "5.0.0-pre.31";
declare const _default: "5.0.0-pre.32";
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = '5.0.0-pre.31';
exports.default = '5.0.0-pre.32';
//# sourceMappingURL=version.js.map
{
"name": "@feathersjs/feathers",
"description": "A framework for real-time applications and REST API with JavaScript and TypeScript",
"version": "5.0.0-pre.31",
"version": "5.0.0-pre.32",
"homepage": "http://feathersjs.com",

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

"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.31",
"@feathersjs/commons": "^5.0.0-pre.32",
"@feathersjs/hooks": "^0.7.5",

@@ -74,3 +74,3 @@ "events": "^3.3.0"

},
"gitHead": "4500dbeb8cea566678cf88b3313a88efd93a2ed9"
"gitHead": "b405e205fc6d9fbd42b42c7a3f30ea4bf33d121d"
}

@@ -11,5 +11,5 @@ <img style="width: 100%; max-width: 400px;" src="http://feathersjs.com/img/feathers-logo-wide.png" alt="Feathers logo">

Feathers is a lightweight web-framework for creating real-time applications and REST APIs using JavaScript or TypeScript.
Feathers is a lightweight web-framework for creating APIs and real-time applications using TypeScript or JavaScript.
Feathers can interact with any backend technology, supports over a dozen databases and works with any frontend technology like React, VueJS, Angular, React Native, Android or iOS.
Feathers can interact with any backend technology, supports many databases out of the box and works with any frontend technology like React, VueJS, Angular, React Native, Android or iOS.

@@ -21,6 +21,4 @@ ## Getting started

```bash
$ npm install -g @feathersjs/cli
$ mkdir my-new-app
$ cd my-new-app/
$ feathers generate app
$ npm init feathers my-new-app
$ cd my-new-app
$ npm start

@@ -27,0 +25,0 @@ ```

@@ -138,2 +138,9 @@ import { EventEmitter } from 'events'

/**
* A real-time connection object
*/
export interface RealTimeConnection {
[key: string]: any
}
/**
* The interface for a custom service method. Can e.g. be used to type client side services.

@@ -140,0 +147,0 @@ */

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

export default '5.0.0-pre.31'
export default '5.0.0-pre.32'
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