leancloud-log-middleware
Advanced tools
Comparing version 1.4.3 to 1.5.0
@@ -71,3 +71,3 @@ var request = require('request'); | ||
} else { | ||
if (res.statusCode === 200 || res.statusCode === 201) { | ||
if (res.statusCode == 200 || res.statusCode == 201) { | ||
if (cb) cb(null, body); | ||
@@ -74,0 +74,0 @@ } else { |
{ | ||
"name": "leancloud-log-middleware", | ||
"version": "1.4.3", | ||
"version": "1.5.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
9588
6
213