Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodebb-plugin-freelog

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-freelog - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

6

api.js

@@ -10,5 +10,7 @@ const URL = require('url').URL;

if (env === 'prod' || env === 'production') {
axiosinstance.defaults.baseURL = 'https://api.freelog.com';
// axiosinstance.defaults.baseURL = 'https://api.freelog.com';
axiosinstance.defaults.baseURL = 'http://api-gateway-service.production:8895';
} else {
axiosinstance.defaults.baseURL = 'http://api.testfreelog.com';
// axiosinstance.defaults.baseURL = 'http://api.testfreelog.com';
axiosinstance.defaults.baseURL = 'http://api-gateway-service.development:6895';
}

@@ -15,0 +17,0 @@ axiosinstance.interceptors.request.use(requestInterceptor, requestErrorInterceptor);

@@ -5,3 +5,3 @@ {

"description": "NodeBB Forum",
"version": "1.0.7",
"version": "1.0.8",
"homepage": "https://github.com/freelogfe/nodebb-plugin-freelog",

@@ -8,0 +8,0 @@ "repository": {

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