aliyun-cdi
Advanced tools
Comparing version 0.1.1 to 0.1.2
var crypto = require('crypto'); | ||
var encodeStr = function (str) { | ||
str.replace(/\!\(\)/, function () { | ||
if (/\!|\(|\)/.test(str)) { | ||
str = escape(str); | ||
}); | ||
} | ||
return str; | ||
@@ -7,0 +7,0 @@ }; |
{ | ||
"name": "aliyun-cdi", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "阿里云内容检测API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
31386