doura-plugin-log
Advanced tools
Comparing version 0.0.0-rc.6 to 0.0.0-rc.7
{ | ||
"name": "doura-plugin-log", | ||
"version": "0.0.0-rc.6", | ||
"main": "lib/index.js", | ||
"module": "esm/index.js", | ||
"browser": "esm/index.js", | ||
"types": "esm/index.d.ts", | ||
"version": "0.0.0-rc.7", | ||
"main": "index.js", | ||
"module": "dist/doura-plugin-log.esm-bundler.js", | ||
"types": "dist/doura-plugin-log.d.ts", | ||
"files": [ | ||
"index.js", | ||
"dist" | ||
], | ||
"sideEffects": false, | ||
"scripts": { | ||
"dev": "run-p watch:*", | ||
"watch:esm": "tsc -p tsconfig.build.json -m esnext --outDir esm -w", | ||
"watch:cjs": "tsc -p tsconfig.build.json -m commonjs --outDir lib -w", | ||
"build": "run-p clean && run-p build:*", | ||
"build:esm": "tsc -p tsconfig.build.json -m esnext --outDir esm", | ||
"build:cjs": "tsc -p tsconfig.build.json -m commonjs --outDir lib", | ||
"clean": "rimraf lib esm" | ||
}, | ||
"authors": [ | ||
@@ -40,6 +34,2 @@ "liximomo" | ||
}, | ||
"files": [ | ||
"esm", | ||
"lib" | ||
], | ||
"engines": { | ||
@@ -53,4 +43,4 @@ "node": ">=10" | ||
"peerDependencies": { | ||
"doura": "0.0.0-rc.6" | ||
"doura": "0.0.0-rc.7" | ||
} | ||
} |
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
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
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
7852
6
246
1
1