@erisa/logger
Advanced tools
Comparing version 0.0.3 to 0.0.8
{ | ||
"name": "@erisa/logger", | ||
"version": "0.0.3", | ||
"version": "0.0.8", | ||
"description": "The default logging module for Erisa.", | ||
@@ -11,52 +11,41 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"test": "mocha", | ||
"coverage": "nyc mocha", | ||
"lint": "tslint -p . -c tslint.json", | ||
"test": "jest", | ||
"coverage": "jest --coverage", | ||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix", | ||
"compile": "tsc -p .", | ||
"clean": "rimraf dist", | ||
"build": "npm run clean && npm run compile", | ||
"prepublishOnly": "npm run build" | ||
"build": "yarn clean && yarn compile", | ||
"prepublishOnly": "yarn test && yarn build" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.6", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.11.7", | ||
"chai": "^4.2.0", | ||
"erisa": "^0.0.3", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.0.1", | ||
"rimraf": "^2.6.2", | ||
"source-map-support": "^0.5.9", | ||
"test-console": "^1.1.0", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.1.3" | ||
"dependencies": { | ||
"colorette": "^1.1.0" | ||
}, | ||
"peerDependencies": { | ||
"erisa": "^0.0.3" | ||
"eris": "^0.10.1", | ||
"erisa": "^0.0.5" | ||
}, | ||
"dependencies": { | ||
"colorette": "^1.0.5" | ||
"devDependencies": { | ||
"@types/jest": "^24.0.22", | ||
"@types/node": "^12.12.7", | ||
"@typescript-eslint/eslint-plugin": "2.7.0", | ||
"@typescript-eslint/parser": "2.7.0", | ||
"erisa": "^0.0.8", | ||
"eslint": "^6.6.0", | ||
"eslint-config-clarity": "0.2.11", | ||
"eslint-plugin-import": "2.18.2", | ||
"eslint-plugin-prettier": "3.1.1", | ||
"eslint-plugin-react": "7.16.0", | ||
"eslint-plugin-react-hooks": "2.2.0", | ||
"eslint-plugin-sift": "0.3.0", | ||
"jest": "^24.9.0", | ||
"prettier": "1.19.1", | ||
"rimraf": "^3.0.0", | ||
"ts-jest": "^24.1.0", | ||
"typescript": "^3.7.2" | ||
}, | ||
"nyc": { | ||
"include": [ | ||
"index.ts" | ||
], | ||
"exclude": [ | ||
"test/**/*.test.ts" | ||
], | ||
"extension": [ | ||
".ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
], | ||
"reporter": [ | ||
"text-summary", | ||
"html", | ||
"lcov" | ||
], | ||
"sourceMap": true, | ||
"instrument": true | ||
} | ||
"files": [ | ||
"dist/", | ||
"LICENSE", | ||
"README.md" | ||
] | ||
} |
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
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
8775
3
17
5
98
+ Addederis@0.10.1(transitive)
+ Addederisa@0.0.5(transitive)
+ Addedws@6.2.3(transitive)
- Removederis@0.8.7(transitive)
- Removederisa@0.0.3(transitive)
- Removedws@5.2.4(transitive)
Updatedcolorette@^1.1.0