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

@cypress/json-schemas

Package Overview
Dependencies
Maintainers
1
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cypress/json-schemas - npm Package Compare versions

Comparing version 5.37.3 to 5.38.0

15

dist/schemas/post-run-request.js

@@ -302,3 +302,16 @@ "use strict";

};
exports.PostRunRequest = schema_tools_1.versionSchemas(PostRunRequest100, PostRunRequest200, PostRunRequest210, PostRunRequest220, PostRunRequest230);
var PostRunRequest240 = {
version: {
major: 2,
minor: 4,
patch: 0,
},
schema: __assign(__assign({}, PostRunRequest230.schema), { description: 'POST run request with testingType', properties: __assign(__assign({}, PostRunRequest230.schema.properties), { testingType: {
type: 'string',
enum: ['e2e', 'ct'],
description: 'Type of test suite for the run, e.g. e2e or component testing',
} }) }),
example: __assign(__assign({}, PostRunRequest230.example), { testingType: 'e2e' }),
};
exports.PostRunRequest = schema_tools_1.versionSchemas(PostRunRequest100, PostRunRequest200, PostRunRequest210, PostRunRequest220, PostRunRequest230, PostRunRequest240);
exports.RunnerCapabilities = schema_tools_1.versionSchemas(RunnerCapabilities100);

4

package.json
{
"name": "@cypress/json-schemas",
"version": "5.37.3",
"version": "5.38.0",
"description": "Cypress JSON schemas",

@@ -46,3 +46,3 @@ "main": "dist",

"lint-staged": "9.5.0",
"prettier": "^2.2.1",
"prettier": "2.2.1",
"ramda": "0.25.0",

@@ -49,0 +49,0 @@ "semantic-release": "15.14.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