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

transactions-mongoose

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transactions-mongoose - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

4

package.json
{
"name": "transactions-mongoose",
"version": "1.2.3",
"version": "1.2.4",
"description": "Transactions for mongoose",

@@ -22,3 +22,3 @@ "main": "index.js",

},
"license": "MIT",
"license": "Apache License Version 2.0, January 2004",
"dependencies": {

@@ -25,0 +25,0 @@ "mongoose": "latest"

# 🇺🇦 Transactions for mongoose
[![os, nodes](https://github.com/rosbitskyy/transactions-mongoose/actions/workflows/push-main.yml/badge.svg)](https://github.com/rosbitskyy/transactions-mongoose/actions)
[![npm version](https://img.shields.io/npm/v/transactions-mongoose.svg)](https://www.npmjs.com/package/transactions-mongoose)

@@ -4,0 +5,0 @@ [![Downloads/month](https://img.shields.io/npm/dm/transactions-mongoose.svg)](http://www.npmtrends.com/transactions-mongoose)

@@ -232,3 +232,3 @@ /*

this.#defineFunction();
this.#setDebugerInfo();
this.#setDebuggerInfo();
this.#collectUniques();

@@ -288,4 +288,4 @@ }

#setDebugerInfo() {
this.debuger = TransactionError.debuger();
#setDebuggerInfo() {
this.debugger = TransactionError.debugger();
}

@@ -380,3 +380,3 @@

static debuger() {
static debugger() {
const lookup = ['process', 'Transaction'];

@@ -398,3 +398,3 @@ let e = new Error();

this.stack = null; //🇺🇦нам ніфіга це не цікаво
this.info = (name + '\n' + transaction.debuger.frame).trim()
this.info = (name + '\n' + transaction.debugger.frame).trim()
} catch (e) {

@@ -528,3 +528,3 @@ }

saving = saving.startsWith('//') ? null : saving;
let debugLine = transaction.debuger.line.split(':');
let debugLine = transaction.debugger.line.split(':');
debugLine[1] = Number(debugLine[1]) + position;

@@ -531,0 +531,0 @@ debugLine[2] = Number(lines[lines.length - 1].length + 1);

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