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

grep-tests-from-pull-requests

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grep-tests-from-pull-requests - npm Package Compare versions

Comparing version 1.11.0 to 1.12.0

2

package.json
{
"name": "grep-tests-from-pull-requests",
"version": "1.11.0",
"version": "1.12.0",
"description": "Grabs the test tags to run from the pull request text",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -93,8 +93,8 @@ /// <reference types="cypress" />

}
}
if (Object.keys(testsToRun.env).length) {
console.log('found the following env values in the PR text')
console.log('%o', testsToRun.env)
Object.assign(config.env, testsToRun.env)
}
if (Object.keys(testsToRun.env).length) {
console.log('found the following env values in the PR text')
console.log('%o', testsToRun.env)
Object.assign(config.env, testsToRun.env)
}

@@ -101,0 +101,0 @@ }

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