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

mongot

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongot - npm Package Compare versions

Comparing version 0.2.13 to 0.3.1

.idea/dictionaries/abir.xml

33

package.json
{
"name": "mongot",
"version": "0.2.13",
"version": "0.3.1",
"description": "A lightweight typed MongoDb library for TypeScript.",
"main": "build/index.js",
"types": "build/index.d.ts",
"typings": "build/index.d.ts",
"main": "src/index.js",
"types": "src/index.d.ts",
"typings": "src/index.d.ts",
"scripts": {
"build": "rimraf build && tsc",
"test": "npm run build && tape -r source-map-support build/*.spec.js",
"prepublish": "npm test",
"watch": "tsc -w"
"build": "tsc",
"watch": "tsc -w",
"test": "npm run build && tape -r source-map-support/register src/*.spec.js",
"version": "git add -A",
"preversion": "npm test",
"postversion": "git push"
},
"files": [
"build"
],
"repository": {

@@ -36,12 +35,12 @@ "type": "git",

"dependencies": {
"@types/mongodb": "^2.1.34",
"mongodb": "^2.2.11"
"@types/mongodb": "^2.1.36",
"mongodb": "^2.2.15"
},
"devDependencies": {
"@types/tape": "^4.2.27",
"@types/tape": "^4.2.28",
"rimraf": "^2.5.4",
"source-map-support": "^0.4.2",
"tape": "^4.6.0",
"typescript": "^2.0.3"
"source-map-support": "^0.4.6",
"tape": "^4.6.3",
"typescript": "^2.1.4"
}
}
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