@meshwatch/logging
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@meshwatch/logging", | ||
"description": "NodeJS serverless logging", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "UNLICENSED", | ||
"source": "src/index.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"typings": "dist/src/index.d.ts", | ||
"module": "dist/logging.esm.js", | ||
"typings": "dist/index.d.ts", | ||
"repository": { | ||
@@ -21,5 +21,5 @@ "type": "git", | ||
"scripts": { | ||
"start": "microbundle --sourcemap true --watch", | ||
"start": "tsdx watch --target node", | ||
"test": "jest", | ||
"build": "microbundle", | ||
"build": "tsdx build --target node", | ||
"lint": "concurrently \"npm run prettier\" \"npm run eslint\"", | ||
@@ -32,3 +32,2 @@ "prettier": "prettier -l 'src/**/*'", | ||
"devDependencies": { | ||
"middy": "^0.28.4", | ||
"@semantic-release/gitlab": "^3.1.7", | ||
@@ -46,3 +45,3 @@ "@types/jest": "^24.0.16", | ||
"jest": "^24.8.0", | ||
"microbundle": "^0.11.0", | ||
"middy": "^0.28.4", | ||
"prettier": "^1.18.2", | ||
@@ -53,2 +52,3 @@ "pretty-quick": "^1.11.1", | ||
"ts-jest": "^24.0.2", | ||
"tsdx": "^0.7.2", | ||
"typescript": "^3.5.3" | ||
@@ -55,0 +55,0 @@ }, |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
43762
17
311
1
5
1