flint-tools
Advanced tools
Comparing version 1.3.134 to 1.3.135
@@ -12,6 +12,6 @@ | ||
try { | ||
Flint.packages["mouse-event-offset"] = require("mouse-event-offset") | ||
Flint.packages["lodash.throttle"] = require("lodash.throttle") | ||
} | ||
catch(e) { | ||
console.log('Error bundling package mouse-event-offset!') | ||
console.log('Error bundling package lodash.throttle!') | ||
console.error(e) | ||
@@ -40,2 +40,11 @@ Flint.reportError(e) | ||
try { | ||
Flint.packages["mouse-event-offset"] = require("mouse-event-offset") | ||
} | ||
catch(e) { | ||
console.log('Error bundling package mouse-event-offset!') | ||
console.error(e) | ||
Flint.reportError(e) | ||
}; | ||
try { | ||
Flint.packages["clone"] = require("clone") | ||
@@ -42,0 +51,0 @@ } |
@@ -1,1 +0,1 @@ | ||
["keycode","mouse-event-offset","md5-o-matic","ellipsize","clone","underscore"] | ||
["keycode","lodash.throttle","md5-o-matic","ellipsize","mouse-event-offset","clone","underscore"] |
@@ -6,5 +6,6 @@ { | ||
"keycode", | ||
"mouse-event-offset", | ||
"lodash.throttle", | ||
"md5-o-matic", | ||
"ellipsize", | ||
"mouse-event-offset", | ||
"clone", | ||
@@ -11,0 +12,0 @@ "underscore" |
@@ -6,3 +6,3 @@ { | ||
"description": "tools", | ||
"version": "1.3.134", | ||
"version": "1.3.135", | ||
"main": "index.js", | ||
@@ -15,2 +15,3 @@ "scripts": {}, | ||
"keycode": "^2.1.0", | ||
"lodash.throttle": "^3.0.4", | ||
"md5-o-matic": "^0.1.1", | ||
@@ -17,0 +18,0 @@ "mouse-event-offset": "^3.0.2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
3478091
8652
11
+ Addedlodash.throttle@^3.0.4
+ Addedlodash._getnative@3.9.1(transitive)
+ Addedlodash.debounce@3.1.1(transitive)
+ Addedlodash.throttle@3.0.4(transitive)