@invisionag/iris-settings
Advanced tools
Comparing version 4.2.6 to 4.2.7
{ | ||
"name": "@invisionag/iris-settings", | ||
"version": "4.2.6", | ||
"version": "4.2.7", | ||
"main": "dist/index.js", | ||
@@ -8,4 +8,4 @@ "repository": "git@github.com:ivx/iris.git", | ||
"scripts": { | ||
"watch": " webpack -w --progress --config ../../script/package.webpack.config.js src/index.js dist/index.js", | ||
"build:dist": "cross-env NODE_ENV=production webpack --config ../../script/package.webpack.config.js src/index.js dist/index.js", | ||
"watch": " webpack -w --progress --config ../../script/package.webpack.config.js src/index.js --o dist/index.js", | ||
"build:dist": "cross-env NODE_ENV=production webpack --config ../../script/package.webpack.config.js src/index.js --o dist/index.js", | ||
"build:flow": "flow-copy-source src -i '^!index**' dist", | ||
@@ -12,0 +12,0 @@ "build:clean": "rimraf dist", |
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
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
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1
1
10177
151