New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pebble-finances/db

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pebble-finances/db - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

package.json
{
"name": "@pebble-finances/db",
"version": "0.3.0",
"version": "0.3.1",
"description": "",

@@ -15,3 +15,3 @@ "main": "src/index.js",

},
"gitHead": "e8aa5b7514bf448977f2148e5555b0cf227717e5"
"gitHead": "92afb03c5740f8817f4dbe08f27f79b95e798291"
}

@@ -15,6 +15,6 @@ const AccountService = require('../account/AccountService');

transactions.map(
async ({ date, description, value }) => {
({ date, description, value }) => {
const doc = { date, description, userId: account.userId, value, walletId };
await collection.updateOne(doc, { $set: { ...doc } }, { upsert: true });
return collection.updateOne(doc, { $set: { ...doc } }, { upsert: true });
}

@@ -21,0 +21,0 @@ )

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