New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@invisible/logger

Package Overview
Dependencies
Maintainers
10
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invisible/logger - npm Package Compare versions

Comparing version

to
3.0.0

.eslintignore

5

CHANGELOG.md

@@ -0,1 +1,6 @@

*v3.0.0*
> Refact: Removed winston in favor of direct rollbar usage (better stack trace)
> Refact: Removed timber transport
> Feat: Upgraded to winston 3 for fallback console transport
*v2.3.0*

@@ -2,0 +7,0 @@ > Fix: Improve performance by serializing objects that contain circular references

42

package.json
{
"name": "@invisible/logger",
"version": "2.4.0",
"version": "3.0.0",
"description": "Invisible Logging Wrapper",
"main": "index.js",
"scripts": {
"lint": "eslint --cache -f node_modules/eslint-formatter-pretty --ignore-path .gitignore .",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc",
"check-types": "tsc --noEmit --noErrorTruncation",
"lint": "prettier --check '*/**/*.{js,ts,tsx,jsx}' && eslint --quiet --cache '*/**/*.{js,ts,tsx}'",
"lint:fix": "prettier --write '*/**/*.{js,ts,tsx,jsx}' && eslint --quiet --cache --fix '*/**/*.{js,ts,tsx}'",
"pretest": "yarn lint",
"test": "NODE_ENV=test mocha $(find test -name '*.spec.js')",
"prepublish": "yarn lint && yarn build",
"test": "LOGGER_ENABLED_IN_TEST=true NODE_ENV=test mocha $(find test -name '*.spec.ts')",
"posttest": "assert-version-bump && assert-changelog-update --quiet"
},
"engines": {
"node": "12.x",
"yarn": "1.x"
},
"repository": {

@@ -32,16 +41,23 @@ "type": "git",

"dependencies": {
"moment": "^2.24.0",
"serialize-error": "2",
"timber": "3",
"winston": "2",
"winston-transport-rollbar": "^2.4.0"
"rollbar": "^2.19.3",
"winston": "^3.3.3"
},
"devDependencies": {
"@invisible/changelog-update": "^1.1.0",
"@invisible/eslint-config": "^1.1.2",
"@invisible/publish": "^2.0.0",
"@types/mocha": "^8.0.3",
"@types/node": "^14.11.2",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"decache": "^4.4.0",
"eslint": "^4.7.2",
"mocha": "^5.0.0"
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-simple-import-sort": "^5.0.3",
"mocha": "^5.0.0",
"prettier": "^2.1.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet