@live-change/framework
Advanced tools
Comparing version 0.4.23 to 0.4.24
@@ -16,3 +16,3 @@ const { Client: ElasticSearch } = require('@elastic/elasticsearch') | ||
this.dbPromise = new Promise(async (resolve, reject) => { | ||
const db = new ElasticSearch({ node: process.env.NALYTICS_URL || 'http://localhost:9200' }) | ||
const db = new ElasticSearch({ node: process.env.ANALYTICS_URL || 'http://localhost:9200' }) | ||
this.currentIndex = index | ||
@@ -19,0 +19,0 @@ await db.indices.create({ |
{ | ||
"name": "@live-change/framework", | ||
"version": "0.4.23", | ||
"version": "0.4.24", | ||
"description": "Live Change Framework - ultimate solution for real time mobile/web apps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
159485