Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.0.3 to 1.0.4

4

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

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

"dependencies": {
"@nodeart/firebaseconnector": "^1.0.4",
"@nodeart/firebaseconnector": "^1.0.5",
"@angular/core": "2.2.0"
}
}

@@ -127,3 +127,3 @@ import { esIndex } from './consts';

}
getTotalPagesByCategoryIds(queryObj) {

@@ -141,2 +141,14 @@ return this.connector.requestItemsTotal(esIndex, 'product', queryObj);

registerUser(registerForm){
return this.connector.registerUser(registerForm);
}
getUserData(uid){
return this.connector.getUserData(uid);
}
loginEmail(email, password){
return this.connector.loginEmail(email, password);
}
getOneAttribute(queryObj){

@@ -143,0 +155,0 @@ return this.connector.requestData(esIndex, 'attributes', queryObj);

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