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.7 to 4.2.8

1

dist/screenshot/index.d.ts
import { ObjectSchema } from '@cypress/schema-tools';
import { ISODateString, testId, pixels } from '../objects';
export declare type ScreenshotExample100 = {
screenshotId: string;
testId: testId;

@@ -5,0 +6,0 @@ name: string | null;

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

exports.screenshotExample100 = {
screenshotId: 'abc123',
testId: 'r4',

@@ -24,2 +25,6 @@ name: 'some screenshot name',

properties: {
screenshotId: {
type: 'string',
description: 'Internal screenshot id assigned by the test runner',
},
testId: {

@@ -50,3 +55,3 @@ type: 'string',

},
required: ['testId', 'height', 'width', 'takenAt', 'name'],
required: ['screenshotId', 'testId', 'height', 'width', 'takenAt', 'name'],
additionalProperties: false,

@@ -53,0 +58,0 @@ },

2

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