module-grouping-cli
Advanced tools
Comparing version 0.0.1 to 0.0.3
{ | ||
"name": "module-grouping-cli", | ||
"version": "0.0.1", | ||
"version": "0.0.3", | ||
"main": "src/index.js", | ||
@@ -31,10 +31,13 @@ "repository": "https://github.com/NShahri/import-sort-style-module-grouping.git", | ||
"prettier": "^1.13.7", | ||
"regenerator-runtime": "^0.12.0" | ||
"regenerator-runtime": "^0.12.0", | ||
"rimraf": "^2.6.2" | ||
}, | ||
"scripts": { | ||
"build": "npx babel . --out-dir build --only ./src --ignore **/*.spec.js", | ||
"prepublish": "npm run build", | ||
"prebuild": "rimraf build/", | ||
"build": "babel . --out-dir build --only ./src --ignore **/*.spec.js", | ||
"build:bin": "npm uninstall -g&&yarn build&&npm install -g", | ||
"test": "npx jest --testPathIgnorePatterns /build/ /node_modules/", | ||
"prettier": "npx prettier --config ./.prettierrc --write \"src/{**/!(node_modules|build)/*.js,*.js}\"", | ||
"lint": "npx eslint src" | ||
"test": "jest --testPathIgnorePatterns /build/ /node_modules/", | ||
"prettier": "prettier --config ./.prettierrc --write \"src/{**/!(node_modules|build)/*.js,*.js}\"", | ||
"lint": "eslint src" | ||
}, | ||
@@ -41,0 +44,0 @@ "dependencies": { |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2
199887
21
4
49
1