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
6
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.23.1 to 5.24.0

5

dist/schemas/get-run-response.js

@@ -357,3 +357,2 @@ "use strict";

var getRunResponseExample210 = Object.assign({}, getRunResponseExample200, {
integrationFolder: '/Users/name/git/project/cypress/integration',
instances: [instance_1.instanceExample210],

@@ -366,6 +365,2 @@ commit: commit_1.commitExample110,

properties: {
integrationFolder: {
type: ['string', 'null'],
description: 'Integration folder',
},
instances: {

@@ -372,0 +367,0 @@ type: 'array',

1

dist/schemas/instance.d.ts

@@ -51,2 +51,3 @@ import { ObjectSchema } from '@cypress/schema-tools';

declare type InstanceExample210 = InstanceExample200 & {
integrationFolder: string | null;
estimatedWallClockDuration: number | null;

@@ -53,0 +54,0 @@ parallelEnabled: boolean;

@@ -283,2 +283,3 @@ "use strict";

var instanceExample210 = Object.assign({}, instanceExample200, {
integrationFolder: '/Users/name/git/project/cypress/integration',
estimatedWallClockDuration: 8382,

@@ -293,2 +294,6 @@ parallelEnabled: true,

properties: {
integrationFolder: {
type: ['string', 'null'],
description: 'Integration folder',
},
estimatedWallClockDuration: {

@@ -295,0 +300,0 @@ type: ['integer', 'null'],

@@ -82,2 +82,6 @@ "use strict";

},
estimatedWallClockDuration: {
type: ['integer', 'null'],
description: 'Estimated wall clock duration in milliseconds',
},
},

@@ -92,4 +96,5 @@ required: [],

claimedInstances: 7,
estimatedWallClockDuration: 8382,
},
};
exports.PostRunInstanceResponse = schema_tools_1.versionSchemas(PostRunInstanceResponse100, PostRunInstanceResponse200, PostRunInstanceResponse210);
{
"name": "@cypress/json-schemas",
"version": "5.23.1",
"version": "5.24.0",
"description": "Cypress JSON schemas",

@@ -5,0 +5,0 @@ "main": "dist",

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