advanced-menus
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,5 +1,8 @@ | ||
require('./sass/menu.scss'); | ||
import Menu from "./module/Menu.js"; | ||
exports.printMsg = function() { | ||
console.log('menus package works'); | ||
} | ||
var menu = new Menu({ | ||
menu_selector: "#main-menu", | ||
test:"tester" | ||
}); |
{ | ||
"name": "advanced-menus", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Easy to use and configurable HTML5 Menus", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"start": "webpack" | ||
}, | ||
@@ -22,3 +22,17 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/coderehab/menus#readme" | ||
"homepage": "https://github.com/coderehab/menus#readme", | ||
"devDependencies": { | ||
"babel-core": "^6.24.1", | ||
"babel-loader": "^6.4.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-es2015-webpack": "^6.4.3", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"browser-sync": "^2.18.8", | ||
"browser-sync-webpack-plugin": "^1.1.4", | ||
"css-loader": "^0.28.0", | ||
"extract-text-webpack-plugin": "^2.1.0", | ||
"sass-loader": "^6.0.3", | ||
"style-loader": "^0.16.1", | ||
"webpack": "^2.3.3" | ||
} | ||
} |
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
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
53101
20
311
0
12