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 2.1.15 to 2.1.16

4

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

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

"dependencies": {
"@nodeart/firebase-connector": "2.1.15"
"@nodeart/firebase-connector": "2.1.16"
}
}

@@ -0,1 +1,2 @@

import { Observable } from 'rxjs/Observable';
import { Subject } from 'rxjs/Subject';

@@ -404,2 +405,11 @@ import { esIndex } from './consts';

}
/**
* Emits order object when new order added
*
* @returns {Observable} Observable of new order
*/
listenOrders() :Observable<any> {
return this.connector.trackOrders();
}
}
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