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

mongoose-quaderno

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-quaderno - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

package.json
{
"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
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