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.7 to 1.0.8

4

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

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

"dependencies": {
"@nodeart/firebaseconnector": "^1.0.8"
"@nodeart/firebaseconnector": "^2.0.0"
}
}
import {NgModule} from "@angular/core";
import {FirebaseConnectorModule} from "@nodeart/firebaseconnector/index";
import {FirebaseConnectorModule} from "@nodeart/firebase-connector";
import {DbAbstractionLayer} from "./db-abstraction-layer";

@@ -4,0 +4,0 @@

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

@@ -5,0 +5,0 @@ @Injectable()

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