Socket
Socket
Sign inDemoInstall

@feathersjs/adapter-tests

Package Overview
Dependencies
Maintainers
4
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/adapter-tests - npm Package Compare versions

Comparing version 4.5.11 to 5.0.0-pre.1

11

CHANGELOG.md

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

# [5.0.0-pre.1](https://github.com/feathersjs/databases/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
### Features
* **memory:** Move feathers-memory into @feathersjs/adapter-memory ([#2153](https://github.com/feathersjs/databases/issues/2153)) ([dd61fe3](https://github.com/feathersjs/databases/commit/dd61fe371fb0502f78b8ccbe1f45a030e31ecff6))
## [4.5.11](https://github.com/feathersjs/databases/compare/v4.5.10...v4.5.11) (2020-12-05)

@@ -8,0 +19,0 @@

2

lib/index.d.ts
declare const adapterTests: (testNames: string[]) => (app: any, errors: any, serviceName: any, idProp?: string) => void;
export default adapterTests;
export = adapterTests;

@@ -5,4 +5,3 @@ "use strict";

};
Object.defineProperty(exports, "__esModule", { value: true });
/* tslint:disable:no-console */
/* eslint-disable no-console */
const basic_1 = __importDefault(require("./basic"));

@@ -46,6 +45,3 @@ const methods_1 = __importDefault(require("./methods"));

};
exports.default = adapterTests;
if (typeof module !== 'undefined') {
module.exports = adapterTests;
}
module.exports = adapterTests;
//# sourceMappingURL=index.js.map
{
"name": "@feathersjs/adapter-tests",
"version": "4.5.11",
"version": "5.0.0-pre.1",
"description": "Feathers shared database adapter test suite",

@@ -34,3 +34,3 @@ "homepage": "https://feathersjs.com",

"compile": "shx rm -rf lib/ && tsc",
"test": "mocha --config ../../.mocharc.ts.json --recursive test/**.test.ts test/**/*.test.ts"
"test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
},

@@ -57,3 +57,3 @@ "directories": {

},
"gitHead": "de0526849eb36ab6ef19ef1764e0d9e0a6ccbd81"
"gitHead": "3756506935c520fc50d4be416ff649c2158afdac"
}

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

/* tslint:disable:no-console */
/* eslint-disable no-console */
import basicTests from './basic';

@@ -49,6 +49,2 @@ import methodTests from './methods';

export default adapterTests;
if (typeof module !== 'undefined') {
module.exports = adapterTests;
}
export = adapterTests;

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