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

meadow

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meadow - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "meadow",
"version": "1.0.4",
"version": "1.0.5",
"description": "A data access library.",

@@ -5,0 +5,0 @@ "main": "source/Meadow.js",

@@ -41,2 +41,6 @@ // ##### Part of the **[retold](https://stevenvelozo.github.io/retold/)** system

{
if (pError)
{
pMeadow.fable.log.warn('Error during the count waterfall', {Error:pError, Message: pError.message, Query: pQuery.query});
}
fCallBack(pError, pQuery, pCount);

@@ -43,0 +47,0 @@ }

@@ -75,3 +75,3 @@ // ##### Part of the **[retold](https://stevenvelozo.github.io/retold/)** system

{
pMeadow.fable.log.warn('Error during the create waterfall', {Error:pError, Query: pQuery.query});
pMeadow.fable.log.warn('Error during the create waterfall', {Error:pError, Message: pError.message, Query: pQuery.query, Stack: pError.stack});
}

@@ -78,0 +78,0 @@ fCallBack(pError, pQuery, pQueryRead, pRecord);

@@ -31,2 +31,6 @@ // ##### Part of the **[retold](https://stevenvelozo.github.io/retold/)** system

{
if (pError)
{
pMeadow.fable.log.warn('Error during the delete waterfall', {Error:pError, Message: pError.message, Query: pQuery.query});
}
fCallBack(pError, pQuery, pRecord);

@@ -33,0 +37,0 @@ }

@@ -46,3 +46,3 @@ // ##### Part of the **[retold](https://stevenvelozo.github.io/retold/)** system

{
pMeadow.fable.log.warn('Error during the read waterfall', {Error:pError, Query: pQuery.query});
pMeadow.fable.log.warn('Error during the read waterfall', {Error:pError, Message: pError.message, Query: pQuery.query});
}

@@ -49,0 +49,0 @@ fCallBack(pError, pQuery, pRecord);

@@ -52,3 +52,3 @@ // ##### Part of the **[retold](https://stevenvelozo.github.io/retold/)** system

{
pMeadow.fable.log.warn('Error during the read multiple waterfall', {Error:pError, Query: pQuery.query});
pMeadow.fable.log.warn('Error during the read multiple waterfall', {Error:pError, Message: pError.message, Query: pQuery.query});
}

@@ -55,0 +55,0 @@ fCallBack(pError, pQuery, pRecords);

@@ -98,3 +98,3 @@ // ##### Part of the **[retold](https://stevenvelozo.github.io/retold/)** system

{
pMeadow.fable.log.warn('Error during Update waterfall', {Error:pError, Query: pQuery.query});
pMeadow.fable.log.warn('Error during Update waterfall', {Error:pError, Message: pError.message, Query: pQuery.query});
}

@@ -101,0 +101,0 @@ fCallBack(pError, pQuery, pQueryRead, pRecord);

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