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.11 to 1.0.12

2

package.json
{
"name": "meadow",
"version": "1.0.11",
"version": "1.0.12",
"description": "A data access library.",

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

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

var tmpError = tmpQueryRead.error;
console.log('======><',tmpQueryRead.result.value);

@@ -53,3 +52,3 @@ if (!tmpError &&

{
return fStageComplete(tmpError, tmpQueryRead, tmpQueryRead, tmpQueryRead.result.value);
return fStageComplete(tmpError, tmpQueryRead, tmpQueryRead, null);
}

@@ -56,0 +55,0 @@ else

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