Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-runner-docs

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-runner-docs - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

11

CHANGELOG.md

@@ -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 @@

4

package.json
{
"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();

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc