type-mongodb
Advanced tools
Comparing version 1.0.0-beta.10 to 1.0.0-beta.11
{ | ||
"name": "type-mongodb", | ||
"version": "1.0.0-beta.10", | ||
"version": "1.0.0-beta.11", | ||
"description": "A simple decorator based MongoDB ODM.", | ||
"keywords": [], | ||
"author": "Jordan <j@jrdn.org>", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"files": [ | ||
@@ -39,4 +39,8 @@ "lib/**/*" | ||
"ts-jest": "^26.1.1", | ||
"typescript": "^3.9.5" | ||
"typescript": "^3.9.5", | ||
"uuid": "^8.3.2" | ||
}, | ||
"optionalDependencies": { | ||
"uuid": "^8.3.2" | ||
}, | ||
"peerDependencies": { | ||
@@ -54,7 +58,3 @@ "mongodb": "3.x.x", | ||
} | ||
}, | ||
"dependencies": { | ||
"uuid": "^8.3.2", | ||
"uuid-mongodb": "^2.4.1" | ||
} | ||
} |
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
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
3
14
- Removeduuid@^8.3.2
- Removeduuid-mongodb@^2.4.1
- Removeduuid@10.0.0(transitive)
- Removeduuid-mongodb@2.6.0(transitive)