Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@erisa/logger

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@erisa/logger - npm Package Compare versions

Comparing version 0.0.3 to 0.0.8

dist/index.d.ts

77

package.json
{
"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"
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc