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.4 to 1.0.5

4

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

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

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

@@ -187,2 +187,7 @@ import { esIndex } from './consts';

}
saveOrder(orderData) {
return this.connector.saveOrder(orderData);
}
}
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