Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "bellman", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "pretty console logger", | ||
"main": "src-build/index.js", | ||
"main": "build", | ||
"scripts": { | ||
"prepublish": "npm run build", | ||
"build-src": "babel src --retain-lines --out-dir src-build", | ||
"build-test-project": "babel test-project --retain-lines --out-dir test-project-build", | ||
"build": "npm run build-src && npm run build-test-project", | ||
"test-project": "DEBUG=debug* node test-project-build", | ||
"eslint": "eslint $(find . -not -path '*/*-build/*' -and -not -path '*/node_modules/*' -type f -name '*.es6')", | ||
"test": "npm run build && npm run test-project" | ||
"build": "babel src -d build", | ||
"eslint": "eslint src example", | ||
"test": "npm run eslint" | ||
}, | ||
@@ -30,13 +27,17 @@ "keywords": [ | ||
"dependencies": { | ||
"chalk": "^1.1.1", | ||
"lodash": "^3.10.1", | ||
"moment": "^2.10.6", | ||
"simple-debugger": "^1.0.3", | ||
"chalk": "^2.4.2", | ||
"lodash": "^4.17.15", | ||
"moment": "^2.24.0", | ||
"simple-debugger": "^2.0.1", | ||
"uncolor": "^0.4.0" | ||
}, | ||
"devDependencies": { | ||
"babel": "^5.8.23", | ||
"babel-eslint": "^4.1.6", | ||
"eslint": "^1.10.3" | ||
"@babel/cli": "^7.6.4", | ||
"@babel/core": "^7.6.4", | ||
"@babel/node": "^7.6.3", | ||
"@babel/preset-env": "^7.6.3", | ||
"babel-eslint": "^10.0.3", | ||
"babel-plugin-add-module-exports": "^1.0.2", | ||
"eslint": "^6.5.1" | ||
} | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
5099
7
2
0
1
2
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedms@2.1.3(transitive)
+ Addedsimple-debugger@2.0.1(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removeddebug@2.6.9(transitive)
- Removedextend-lodash@1.0.0(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedlodash@3.10.1(transitive)
- Removedms@2.0.0(transitive)
- Removedsimple-debugger@1.0.14(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
Updatedchalk@^2.4.2
Updatedlodash@^4.17.15
Updatedmoment@^2.24.0
Updatedsimple-debugger@^2.0.1