transactions-mongoose
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"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); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
71478
0
192
1