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 0.0.5 to 0.0.6

2

package.json
{
"name": "fawn",
"version": "0.0.5",
"version": "0.0.6",
"description": "Library for atomic-ish operations in MongoDB",

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

@@ -178,3 +178,3 @@ # Fawn

<br>
[mongoose update]: <http://mongoosejs.com/docs/api.html#model_Model.update>
[mongoose]: <http://mongoosejs.com/docs/api.html#model_Model.update>

@@ -187,5 +187,5 @@ [mongodb]: <https://docs.mongodb.com/manual/core/document/#document-query-filter>

> condition (required): Same as in [mongoose update][] and [mongodb][]
> condition (required): Same as in [mongoose][] and [mongodb][]
> data (optional): Data to update with same as in [mongoose update][] and [mongodb](https://docs.mongodb.com/manual/reference/method/db.collection.update/#update-parameter)
> data (optional): Data to update with same as in [mongoose][] and [mongodb](https://docs.mongodb.com/manual/reference/method/db.collection.update/#update-parameter)

@@ -210,3 +210,3 @@ <br> These are all valid

> options (required): Update options - same as in [mongoose update][]
> options (required): Update options - same as in [mongoose][]

@@ -213,0 +213,0 @@ <br> Attach to update call as shown

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