@alicloud/pop-core
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -147,3 +147,3 @@ 'use strict'; | ||
var json = JSON.parse(buffer); | ||
if (json.Code && json.Code !== '200' | ||
if (json.Code && json.Code !== 200 && json.Code !== '200' | ||
&& json.Code !== 'OK' && json.Code !== 'Success') { | ||
@@ -150,0 +150,0 @@ var err = new Error(json.Message); |
{ | ||
"name": "@alicloud/pop-core", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "AliCloud POP SDK core", | ||
@@ -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
14818