mongoose-quaderno
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "mongoose-quaderno", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A Mongoose plugin to handle Quaderno.io contacts and their invoices", | ||
@@ -9,2 +9,8 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/anthonyringoet/mongoose-quaderno", | ||
"bugs": "https://github.com/anthonyringoet/mongoose-quaderno/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/anthonyringoet/mongoose-quaderno" | ||
}, | ||
"keywords": [ | ||
@@ -11,0 +17,0 @@ "mongoose", |
@@ -9,11 +9,26 @@ # Mongoose Quaderno.io contact plugin | ||
- contact_id | ||
- permalink | ||
- invoices | ||
## API | ||
@todo | ||
@todo Need to list it here, see [tests](https://github.com/anthonyringoet/mongoose-quaderno/blob/master/test/mongoose-quaderno.js) | ||
## Usage | ||
@todo | ||
Install | ||
```bash | ||
$ npm install mongoose-quaderno | ||
``` | ||
```javascript | ||
var quadernoContact = require('mongoose-quaderno') | ||
var SomeSchema = new mongoose.Schema({ | ||
// your schema stuff here | ||
}) | ||
SomeSchema.plugin(quadernoContact) | ||
``` | ||
## License | ||
MIT |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
12903
0
34
0