Comparing version 0.2.13 to 0.3.1
{ | ||
"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" | ||
} | ||
} |
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
171701
72
1810
1
Updated@types/mongodb@^2.1.36
Updatedmongodb@^2.2.15