jest-runner-docs
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.2.6](https://github.com/tunnckoCore/opensource/compare/jest-runner-docs@0.2.5...jest-runner-docs@0.2.6) (2019-10-20) | ||
### Bug Fixes | ||
* **jest-runners:** force set NODE_ENV to different than "test" ([c2d94e2](https://github.com/tunnckoCore/opensource/commit/c2d94e2)) | ||
## [0.2.5](https://github.com/tunnckoCore/opensource/compare/jest-runner-docs@0.2.4...jest-runner-docs@0.2.5) (2019-10-20) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "jest-runner-docs", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "Jest runner for API documentation generation from code comments, supports TypeScript. Very stable and reliable, based on `parse-comments` package", | ||
@@ -67,3 +67,3 @@ "repository": { | ||
}, | ||
"gitHead": "5ac233f5a084298e60c463c3515706c66b360a68" | ||
"gitHead": "2169ac633099a3d3e8e5ec60b03737269e236d4a" | ||
} |
@@ -14,2 +14,4 @@ /* eslint-disable max-statements */ | ||
process.env.NODE_ENV = 'docs'; | ||
module.exports = async function jestRunnerDocs({ testPath, config }) { | ||
@@ -16,0 +18,0 @@ const start = new Date(); |
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
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
24838
210
3