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

cypress-testrail

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-testrail - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "cypress-testrail",
"version": "0.1.2",
"version": "0.1.3",
"description": "Easy and decoupled Cypress TestRail reporter",

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

@@ -39,14 +39,3 @@ import Result from './Result';

method: 'post',
url:
`$ {
this
.
baseUrl
}
/add_results_for_cases/$
{
runID
}
`,
url: `${this.baseUrl}/add_results_for_cases/${runID}`,
headers: {'Content-Type': 'application/json'},

@@ -53,0 +42,0 @@ auth: {

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