@join-com/gcloud-logger
Advanced tools
Comparing version 0.4.3 to 1.0.0-alpha.2
{ | ||
"name": "@join-com/gcloud-logger", | ||
"version": "0.4.3", | ||
"version": "1.0.0-alpha.2", | ||
"description": "gcloud simple logger", | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"prepublish": "yarn build" | ||
"author": "JOIN Solutions", | ||
"license": "UNLICENSED", | ||
"main": "./dist/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/join-com/logger.git" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": "https://github.com/join-com/logger", | ||
"author": "JOIN Team", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
"homepage": "https://github.com/join-com/logger/tree/master/packages/gcloud-logger", | ||
"contributors": [ | ||
"Anton Versal <anton.versal@gmail.com>" | ||
], | ||
"keywords": [ | ||
"gcloud", | ||
"logger", | ||
"google cloud platform", | ||
"typescript", | ||
"json" | ||
], | ||
"files": [ | ||
"lib/" | ||
], | ||
"devDependencies": { | ||
"@types/node": "^10.3.4", | ||
"typescript": "^4.5.5" | ||
"engines": { | ||
"node": ">=14.0.0" | ||
}, | ||
"scripts": { | ||
"build": "tsc -p tsconfig.prod.json", | ||
"lint": "yarn lint:tsc && yarn lint:eslint", | ||
"lint:eslint": "eslint . --ext .ts --max-warnings 0", | ||
"lint:tsc": "tsc --noEmit", | ||
"prepublishOnly": "yarn lint && yarn build", | ||
"test": "echo not tests" | ||
}, | ||
"dependencies": { | ||
"chalk": "^2.4.1", | ||
"serialize-error": "~8.0.0" | ||
"chalk": "^5.0.1" | ||
}, | ||
"gitHead": "9773b644db812698093eeb98b132a774d652477d" | ||
"devDependencies": { | ||
"@join-private/eslint-config-backend": "^1.1.2", | ||
"@types/node": "^17.0.42", | ||
"eslint": "^8.17.0", | ||
"prettier": "^2.6.2", | ||
"typescript": "^4.7.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
18492
1
9
263
2
5
1
2
2
+ Addedchalk@5.4.1(transitive)
- Removedserialize-error@~8.0.0
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedserialize-error@8.0.1(transitive)
- Removedsupports-color@5.5.0(transitive)
- Removedtype-fest@0.20.2(transitive)
Updatedchalk@^5.0.1