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

@examgoal/mongodb

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@examgoal/mongodb - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

dist/index.d.ts

20

package.json
{
"name": "@examgoal/mongodb",
"version": "1.0.1",
"version": "1.0.3",
"description": "MongoDB Session Management Helper for ExpressJS or any Node JS Projects",
"main": "index.js",
"main": "./dist/index.js",
"repository": {

@@ -13,2 +13,5 @@ "type": "git",

"private": false,
"publishConfig": {
"access": "public"
},
"bugs": {

@@ -19,7 +22,16 @@ "url": "https://github.com/examgoal/mongodb/issues"

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node test/index.js",
"build": "tsc"
},
"dependencies": {
"mongodb": "^3.2.3"
}
},
"devDependencies": {
"@types/mongodb": "^3.3.1",
"@types/node": "^12.7.2",
"typescript": "^3.6.2"
},
"files": [
"dist/**/*"
]
}

0

README.md
# @examgoal/mongodb
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