connect-session-knex
Advanced tools
Comparing version 1.7.0 to 1.7.1
{ | ||
"name": "connect-session-knex", | ||
"description": "A knex.js session store for Express and Connect", | ||
"version": "1.7.0", | ||
"main": "index.js", | ||
"version": "1.7.1", | ||
"main": "lib/index.js", | ||
"typings": "typings/index.d.ts", | ||
"engines": { | ||
@@ -10,4 +11,4 @@ "node": ">=8" | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
"lib/**/*", | ||
"typings/**/*" | ||
], | ||
@@ -23,3 +24,3 @@ "repository": { | ||
"scripts": { | ||
"test": "node test.js" | ||
"test": "node tests/index.js" | ||
}, | ||
@@ -26,0 +27,0 @@ "license": "ISC", |
@@ -21,2 +21,6 @@ # Connect Session Knex | ||
## History | ||
See [Changelog.md](Changelog.md) | ||
## Usage | ||
@@ -140,2 +144,2 @@ | ||
npm run test | ||
``` | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20864
7
524
144
1