New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@currents/jest

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@currents/jest - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-beta.4

2

LICENSE.md

@@ -1,2 +0,2 @@

Copyright (c) 2023 Currents Software Inc
Copyright (c) 2024 Currents Software Inc
All rights reserved.

@@ -3,0 +3,0 @@

{
"name": "@currents/jest",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.4",
"main": "./dist/index.js",

@@ -69,3 +69,4 @@ "author": "Currents Software Inc",

"github": {
"release": true
"release": true,
"releaseName": "${npm.name} v${version}"
},

@@ -77,10 +78,10 @@ "plugins": {

"ignoreVersion": true,
"infile": "../../CHANGELOG.md"
"infile": "./CHANGELOG.md"
}
},
"git": {
"commitMessage": "chore: release v${version}",
"tagName": "v${version}"
"commitMessage": "chore: release ${npm.name} v${version}",
"tagName": "${npm.name}-v${version}"
}
}
}

@@ -33,3 +33,3 @@ # @currents/jest

or set the `--reporters` option when running the Jest CLI
or set the `--reporters` option when running the `jest`

@@ -40,9 +40,9 @@ ```sh

When the Jest command is executed in the terminal, a folder named using the pattern ".currents-report-[timestamp]-[uuidv4()]" will be created in your root directory. This folder will contain information about your tests and the configuration used to generate it.
The reporter saves the test results in a folder named using the pattern `.currents-report-[timestamp]-[uuidv4()]` in the root directory. We recomment to add `.currents-report*` to your `.gitignore` file.
## Configuration
| Property | Type | Description | Environment variable | Default |
| ----------- | -------- | --------------------------------------------------------- | --------------------- | --------------------------------------- |
| `reportDir` | `STRING` | The path where the plugin will output the Currents report | `CURRENTS_REPORT_DIR` | ".currents-report-[timestamp]-[uuidv4]" |
| Property | Type | Description | Environment variable | Default |
| ----------- | -------- | ---------------------- | --------------------- | --------------------------------------- |
| `reportDir` | `string` | Test results directory | `CURRENTS_REPORT_DIR` | `.currents-report-[timestamp]-[uuidv4]` |

@@ -49,0 +49,0 @@ ## Troubleshooting

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