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.4 to 4.2.5

6

dist/runs/get/index.js

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

startedAt: {
type: 'string',
type: ['string', 'null'],
format: 'date-time',

@@ -154,3 +154,3 @@ description: 'When the first instance has started',

endedAt: {
type: 'string',
type: ['string', 'null'],
format: 'date-time',

@@ -207,2 +207,4 @@ description: 'When the very last instance has finished running',

'projectWebUrl',
'startedAt',
'endedAt',
],

@@ -209,0 +211,0 @@ additionalProperties: true,

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