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

connect-session-knex

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-session-knex - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

Changelog.md

11

package.json
{
"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
```
```
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