karl-common-util
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.array = exports.regexConst = exports.sign = exports.encode = exports.decode = exports.date = exports.http = undefined; | ||
exports.string = exports.array = exports.regexConst = exports.sign = exports.encode = exports.decode = exports.date = exports.http = undefined; | ||
@@ -37,2 +37,6 @@ var _index = require("./http/index"); | ||
var _index15 = require("./string/index"); | ||
var _index16 = _interopRequireDefault(_index15); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -46,2 +50,3 @@ | ||
exports.regexConst = _index12.default; | ||
exports.array = _index14.default; | ||
exports.array = _index14.default; | ||
exports.string = _index16.default; |
{ | ||
"name": "karl-common-util", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "karl common lib for client and server", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -7,2 +7,3 @@ export http from "./http/index" | ||
export regexConst from "./regexConst/index" | ||
export array from "./array/index" | ||
export array from "./array/index" | ||
export string from "./string/index" |
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
62981
20
1514