leancloud-log-middleware
Advanced tools
Comparing version 1.2.0 to 1.3.0
var request = require('request'); | ||
var AV = require('leanengine'); | ||
var BASE_URL = (process.env.isUS === 'true') ? 'https://us-api.leancloud.cn/1.1/classes' : 'https://api.leancloud.cn/1.1/classes'; | ||
var BASE_URL = (process.env.isUS === 'true') ? 'http://us-api.leancloud.cn/1.1/classes' : 'http://api.leancloud.cn/1.1/classes'; | ||
var CLASS = process.env.LOG_SYSTEM_CLASS; | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "leancloud-log-middleware", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Middleware of creating Leancloud object, by configuring LOG_SYSTEM_APP_ID, LOG_SYSTEM_APP_KEY and LOG_SYSTEM_CLASS", | ||
@@ -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
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
8870