Socket
Socket
Sign inDemoInstall

@feathersjs/adapter-tests

Package Overview
Dependencies
0
Maintainers
4
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.5.3 to 4.5.4

8

CHANGELOG.md

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

## [4.5.4](https://github.com/feathersjs/databases/compare/@feathersjs/adapter-tests@4.5.3...@feathersjs/adapter-tests@4.5.4) (2020-09-27)
**Note:** Version bump only for package @feathersjs/adapter-tests
## 4.5.3 (2020-09-24)

@@ -8,0 +16,0 @@

4

lib/index.d.ts

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

declare const _default: (testNames: string[]) => (app: any, errors: any, serviceName: any, idProp?: string) => void;
export default _default;
declare const adapterTests: (testNames: string[]) => (app: any, errors: any, serviceName: any, idProp?: string) => void;
export default adapterTests;

@@ -10,3 +10,3 @@ "use strict";

const syntax_1 = __importDefault(require("./syntax"));
exports.default = (testNames) => {
const adapterTests = (testNames) => {
return (app, errors, serviceName, idProp = 'id') => {

@@ -46,2 +46,6 @@ if (!serviceName) {

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

@@ -39,2 +39,9 @@ "homepage": "https://feathersjs.com",

},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"src/**",
"lib/**"
],
"publishConfig": {

@@ -50,3 +57,3 @@ "access": "public"

},
"gitHead": "e5e48e3acce6dda9edc3d0ca29fb367aafb7e7fa"
"gitHead": "85e1e7a54bacfaabbf9478d0a71d40e710924746"
}

@@ -6,3 +6,3 @@ /* tslint:disable:no-console */

export default (testNames: string[]) => {
const adapterTests = (testNames: string[]) => {
return (app: any, errors: any, serviceName: any, idProp = 'id') => {

@@ -49,1 +49,7 @@ if (!serviceName) {

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc