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.9.3 to 4.9.4

2

dist/schemas/screenshot.d.ts

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

instanceId: uuid;
testId: uuid;
testId: uuid | null;
testTitle: string[];

@@ -10,0 +10,0 @@ name: string;

@@ -47,3 +47,3 @@ "use strict";

testId: {
type: 'string',
type: ['string', 'null'],
format: 'uuid',

@@ -50,0 +50,0 @@ description: 'Parent test GUID',

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