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

@nodeart/dal

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodeart/dal - npm Package Compare versions

Comparing version 2.1.42 to 2.1.43

4

package.json
{
"name": "@nodeart/dal",
"version": "2.1.42",
"version": "2.1.43",
"description": "Bridge for database connector(for now only Firebase).",

@@ -12,4 +12,4 @@ "main": "index.ts",

"dependencies": {
"@nodeart/firebase-connector": "2.1.42"
"@nodeart/firebase-connector": "2.1.43"
}
}

@@ -364,3 +364,3 @@ import { Observable } from 'rxjs/Observable';

console.log(queryObj);
return this.connector.requestData(esIndex, 'orders', queryObj);
return this.connector.requestFullData(esIndex, 'orders', queryObj);
}

@@ -367,0 +367,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