@hedia/test
Advanced tools
Comparing version 2.0.0 to 2.0.1-alpha.0
{ | ||
"name": "@hedia/test", | ||
"version": "2.0.0", | ||
"version": "2.0.1-alpha.0", | ||
"description": "Custom Test Reporters", | ||
"type": "module", | ||
"exports": { | ||
"./reporters/sonarcloud": "./src/reporters/sonarcloud.js", | ||
"./reporters/test": "./src/reporters/test.js" | ||
"./reporters/sonarcloud": "./dist/src/reporters/sonarcloud.js", | ||
"./reporters/test": "./dist/src/reporters/test.js" | ||
}, | ||
"scripts": { | ||
"tsc": "tsc --noEmit", | ||
"build": "tsc", | ||
"build:watch": "tsc --watch", | ||
"dev": "concurrently \"npm run build:watch\" \"npm run start:watch\"", | ||
"start": "node --enable-source-maps .", | ||
"start:watch": "node --enable-source-maps --watch .", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
@@ -26,2 +32,6 @@ "prettier:check": "prettier --check .", | ||
"devDependencies": { | ||
"@hedia/eslint-config": "2.0.1", | ||
"@hedia/prettier-config": "1.0.4", | ||
"@hedia/tsconfig": "1.1.1", | ||
"@types/node": "^20.9.0", | ||
"prettier": "^3.0.3" | ||
@@ -31,3 +41,6 @@ }, | ||
"@hedia/html": "2.0.1" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
] | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
50125
9
185
5
3
3