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.10 to 4.2.11

1

dist/runs/get/instance.d.ts

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

spec: string | null;
specPattern: string | null;
id: uuid;

@@ -24,0 +25,0 @@ machineId: uuid;

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

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

@@ -122,2 +123,6 @@ wallClockEndedAt: null,

},
specPattern: {
type: ['string', 'null'],
description: 'Spec selection wildcard, if used',
},
wallClockStartedAt: {

@@ -168,2 +173,3 @@ type: ['string', 'null'],

'spec',
'specPattern',
'wallClockStartedAt',

@@ -170,0 +176,0 @@ 'status',

2

package.json
{
"name": "@cypress/json-schemas",
"version": "4.2.10",
"version": "4.2.11",
"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