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
5
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 4.2.12 to 4.2.13

2

dist/runs/get/instance.d.ts

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

wallClockEndedAt: ISODateString | null;
duration: milliseconds | null;
wallClockDuration: milliseconds | null;
status: instanceStatus;

@@ -18,0 +18,0 @@ completed: boolean;

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

createdAt: '2016-05-13T02:35:12.748Z',
duration: 1424424,
error: null,

@@ -54,2 +53,3 @@ failed: 4,

spec: 'users_list_spec.js',
wallClockDuration: 1424424,
wallClockStartedAt: '2016-05-13T02:30:10.000Z',

@@ -78,3 +78,3 @@ wallClockEndedAt: null,

},
duration: {
wallClockDuration: {
type: ['integer', 'null'],

@@ -155,6 +155,4 @@ minimum: 0,

required: [
'completed',
'createdAt',
'duration',
'completed',
'wallClockEndedAt',
'error',

@@ -170,6 +168,8 @@ 'failed',

'spec',
'wallClockStartedAt',
'status',
'stdout',
'videos',
'wallClockDuration',
'wallClockEndedAt',
'wallClockStartedAt',
],

@@ -176,0 +176,0 @@ additionalProperties: false,

{
"name": "@cypress/json-schemas",
"version": "4.2.12",
"version": "4.2.13",
"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