dt-web-utils
Advanced tools
Comparing version 1.0.1 to 1.0.2
42
index.js
@@ -1,39 +0,3 @@ | ||
!function (e) { | ||
var t = {}; | ||
function n(r) { | ||
if (t[r]) return t[r].exports; | ||
var o = t[r] = {i: r, l: !1, exports: {}}; | ||
return e[r].call(o.exports, o, o.exports, n), o.l = !0, o.exports | ||
} | ||
n.m = e, n.c = t, n.d = function (e, t, r) { | ||
n.o(e, t) || Object.defineProperty(e, t, {enumerable: !0, get: r}) | ||
}, n.r = function (e) { | ||
"undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(e, Symbol.toStringTag, {value: "Module"}), Object.defineProperty(e, "__esModule", {value: !0}) | ||
}, n.t = function (e, t) { | ||
if (1 & t && (e = n(e)), 8 & t) return e; | ||
if (4 & t && "object" == typeof e && e && e.__esModule) return e; | ||
var r = Object.create(null); | ||
if (n.r(r), Object.defineProperty(r, "default", { | ||
enumerable: !0, | ||
value: e | ||
}), 2 & t && "string" != typeof e) for (var o in e) n.d(r, o, function (t) { | ||
return e[t] | ||
}.bind(null, o)); | ||
return r | ||
}, n.n = function (e) { | ||
var t = e && e.__esModule ? function () { | ||
return e.default | ||
} : function () { | ||
return e | ||
}; | ||
return n.d(t, "a", t), t | ||
}, n.o = function (e, t) { | ||
return Object.prototype.hasOwnProperty.call(e, t) | ||
}, n.p = "", n(n.s = 0) | ||
}([function (e, t) { | ||
t.printMsg = function () { | ||
console.log("123") | ||
} | ||
}]); | ||
const _ = require('lodash'); | ||
let a = _.join(['1', '2'], 'm'); | ||
console.log(a); |
{ | ||
"name": "dt-web-utils", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "some utils for web project", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"dt-web-utils": "^1.0.0", | ||
"dt-web-utils": "^1.0.1", | ||
"lodash": "^4.17.11", | ||
@@ -13,0 +13,0 @@ "webpack": "^4.33.0" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
10643
246
Updateddt-web-utils@^1.0.1