@olton/js-utils
Advanced tools
Comparing version 0.26.1 to 0.27.0
@@ -162,2 +162,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "md5", { | ||
enumerable: true, | ||
get: function get() { | ||
return _md["default"]; | ||
} | ||
}); | ||
exports["default"] = void 0; | ||
@@ -217,2 +223,4 @@ | ||
var _md = _interopRequireDefault(require("./components/md5")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } | ||
@@ -246,5 +254,6 @@ | ||
undef: _undef["default"], | ||
exec: _exec["default"] | ||
exec: _exec["default"], | ||
md5: _md["default"] | ||
}; | ||
var _default = Utils; | ||
exports["default"] = _default; |
@@ -30,3 +30,4 @@ import Utils from "./dist"; | ||
undef, | ||
exec | ||
exec, | ||
md5 | ||
} from "./dist"; | ||
@@ -60,3 +61,4 @@ | ||
undef, | ||
exec | ||
exec, | ||
md5 | ||
} |
{ | ||
"name": "@olton/js-utils", | ||
"version": "0.26.1", | ||
"version": "0.27.0", | ||
"description": "JS Utils - The set of utilities functions, classes and routines written on javascript", | ||
@@ -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
31913
33
938