New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nestjs-knex

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-knex - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

dist/knex.decorators.d.ts

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

export declare const InjectKnex: (connection?: any) => (target: object, key: string | symbol, index?: number) => void;
export declare const InjectConnection: (connection?: any) => (target: object, key: string | symbol, index?: number) => void;
export declare const InjectKnex: (connection?: string) => (target: object, key: string | symbol, index?: number) => void;
export declare const InjectConnection: (connection?: string) => (target: object, key: string | symbol, index?: number) => void;
{
"name": "nestjs-knex",
"version": "0.2.0",
"version": "0.2.1",
"description": "Nest - modern, fast, powerful node.js web framework (@knex)",

@@ -40,12 +40,12 @@ "author": "Sviatoslav H",

"@nestjs/cli": "^6.13.2",
"@nestjs/common": "^6.11.8",
"@nestjs/core": "^6.11.8",
"@nestjs/common": "^6.11.11",
"@nestjs/core": "^6.11.11",
"@nestjs/schematics": "^6.8.1",
"@nestjs/testing": "^6.10.14",
"@types/express": "^4.17.2",
"@types/jest": "25.1.2",
"@types/node": "^13.1.6",
"@nestjs/testing": "^6.11.11",
"@types/express": "^4.17.3",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.1",
"@types/supertest": "^2.0.8",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"eslint": "^6.7.2",

@@ -55,3 +55,3 @@ "eslint-config-prettier": "^6.7.0",

"jest": "^25.1.0",
"knex": "^0.20.10",
"knex": "^0.20.11",
"prettier": "^1.18.2",

@@ -61,8 +61,8 @@ "reflect-metadata": "^0.1.13",

"supertest": "^4.0.2",
"ts-jest": "25.2.0",
"ts-jest": "^25.2.1",
"ts-loader": "^6.2.1",
"ts-node": "^8.6.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.7.4"
"typescript": "^3.8.3"
}
}

@@ -68,3 +68,3 @@ # NestJS Knex

],
KnexModule: [AppController],
controllers: [AppController],
})

@@ -71,0 +71,0 @@ export class AppModule {}

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