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

fh-wfm-mongoose-store

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-wfm-mongoose-store - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

1

models/file.js

@@ -12,2 +12,3 @@ 'use strict';

uid: String,
owner: String,
name: {

@@ -14,0 +15,0 @@ type: String

2

package.json
{
"name": "fh-wfm-mongoose-store",
"version": "0.1.0",
"version": "0.1.1",
"description": "Direct mongoose storage",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -1,4 +0,4 @@

mongo-connector
===============
### raincatcher-mongoose-store
One stop shop for all Mongoose schemas

@@ -38,3 +38,3 @@

```javascript
Connector.getDAL(collectionName, Model).
Connector.getDataAccessLayer(collectionName, Model).
then(function(_dal) {

@@ -57,5 +57,1 @@ // do stuff with collection dal

```
### Contributing
If updating or adding addtions to the module, please ensure tests are passing before submiting.
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