wiki-plugin-activity
Advanced tools
Comparing version 0.2.8 to 0.2.9
{ | ||
"name": "wiki-plugin-activity", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "Federated Wiki - Activity Plug-in", | ||
@@ -28,5 +28,6 @@ "keywords": [ | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "grunt mochaTest" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.11.2", | ||
"virtual-dom": "~2" | ||
@@ -37,10 +38,10 @@ }, | ||
"coffeeify": "*", | ||
"grunt": "0.4", | ||
"grunt-browserify": "~4", | ||
"grunt-contrib-watch": "0.6", | ||
"grunt-contrib-clean": "~0.6", | ||
"expect.js": "*", | ||
"grunt": "^1.0.1", | ||
"grunt-browserify": "^5.0.0", | ||
"grunt-contrib-clean": "^1.0.0", | ||
"grunt-contrib-watch": "^1.0.0", | ||
"grunt-git-authors": "~3", | ||
"mocha": "*", | ||
"expect.js": "*", | ||
"grunt-mocha-test": "~0.12" | ||
"grunt-mocha-test": "~0.12", | ||
"mocha": "2.4.5" | ||
}, | ||
@@ -47,0 +48,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
676463
17278
2
2
3
+ Addedlodash@^4.11.2
+ Addedlodash@4.17.21(transitive)