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

fawn

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fawn - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

3

models/task.js

@@ -5,4 +5,3 @@ /**

*/
module.exports = function(_mongoose, collection){
var mongoose = _mongoose;
module.exports = function (mongoose, collection) {
var Schema = mongoose.Schema;

@@ -9,0 +8,0 @@

{
"name": "fawn",
"version": "1.2.3",
"version": "1.2.4",
"description": "Library for atomic-ish operations in MongoDB",

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

# Fawn
## Promise based Library for transactions in MongoDB
Fawn provides the ability to carry out edits on a mongoDB database as a series of steps. If an error occurs on any of the steps, the database is returned to it's initial state (it's state before the transaction started).
Fawn provides the ability to carry out edits on a mongoDB database as a series of steps. If an error occurs on any of the steps, the database is returned to its initial state (its state before the transaction started).

@@ -6,0 +6,0 @@ **View on [GitHub](https://github.com/e-oj/Fawn/)**

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