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

mongtype

Package Overview
Dependencies
Maintainers
9
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongtype - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3

15

package.json
{
"name": "mongtype",
"version": "3.2.2",
"version": "3.2.3",
"description": "Mongo Repository for Node written in TypeScript",

@@ -12,3 +12,3 @@ "main": "dist/index.js",

"build": "rimraf dist && tsc",
"test": "npm run prettier && npm run lint && npm run test:unit",
"test": "npm run prettier:test && npm run lint && npm run test:unit",
"test:unit": "mocha --require ts-node/register ./tests/**/*.spec.ts -R spec --bail",

@@ -18,3 +18,4 @@ "test:cov": "nyc npm run test:unit",

"lint": "tslint ./{src,tests}/{,**/}*.ts",
"prettier": "prettier --write \"./{src,tests}/**/*.{js,ts}\"",
"prettier": "prettier --write \"./{src,tests}/**/*.{js,ts,md}\"",
"prettier:test": "prettier --list-different \"./{src,tests}/**/*.{js,ts,md}\"",
"prepublishOnly": "npm run test && npm run build"

@@ -42,3 +43,3 @@ },

"@types/mocha": "^5.2.3",
"@types/node": "^10.3.5",
"@types/node": "^10.5.1",
"@types/retry": "^0.10.2",

@@ -51,3 +52,3 @@ "chai": "^4.1.2",

"nyc": "^12.0.2",
"prettier": "^1.13.6",
"prettier": "^1.13.7",
"reflect-metadata": "^0.1.12",

@@ -61,4 +62,4 @@ "rimraf": "^2.6.2",

"dependencies": {
"@types/mongodb": "^3.0.21",
"mongodb": "^3.0.10",
"@types/mongodb": "^3.0.23",
"mongodb": "^3.1.0",
"retry": "^0.12.0"

@@ -65,0 +66,0 @@ },

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