ez.database
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ez.database", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Easy to use and lightweight MongoDB Wrapper Database for beginners.", | ||
@@ -5,0 +5,0 @@ "main": "src/Database/Database.js", |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env/node | ||
const mongoose = require('mongoose') | ||
@@ -2,0 +3,0 @@ const db = mongoose.connection; |
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
1123
22