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.10 to 1.0.11

4

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

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

"dependencies": {
"@nodeart/firebase-connector": "2.0.4"
"@nodeart/firebase-connector": "2.0.5"
}
}
import {NgModule} from "@angular/core";
import {FirebaseConnectorModule} from "@nodeart/firebase-connector";
import {DbAbstractionLayer} from "./db-abstraction-layer";
@NgModule({
imports: [
FirebaseConnectorModule
],
providers: [

@@ -10,0 +6,0 @@ DbAbstractionLayer

import { esIndex } from './consts';
import {Injectable} from "@angular/core";
import {FirebaseConnector} from "@nodeart/firebase-connector";
import {Injectable, Inject} from "@angular/core";

@@ -8,3 +7,3 @@ @Injectable()

constructor(private connector: FirebaseConnector){
constructor(@Inject('Connector') private connector){

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