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.13 to 4.3.0

1

dist/runs/get/instance.d.ts

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

createdAt: ISODateString;
claimedAt: ISODateString | null;
spec: string | null;

@@ -23,0 +24,0 @@ id: uuid;

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

createdAt: '2016-05-13T02:35:12.748Z',
claimedAt: '2016-05-13T02:40:10.000Z',
error: null,

@@ -77,2 +78,7 @@ failed: 4,

},
claimedAt: {
type: ['string', 'null'],
format: 'date-time',
description: 'When this instance was claimed by a test runner',
},
wallClockDuration: {

@@ -156,2 +162,3 @@ type: ['integer', 'null'],

'createdAt',
'claimedAt',
'error',

@@ -158,0 +165,0 @@ 'failed',

4

package.json
{
"name": "@cypress/json-schemas",
"version": "4.2.13",
"version": "4.3.0",
"description": "Cypress JSON schemas",

@@ -33,3 +33,3 @@ "main": "dist",

"devDependencies": {
"@types/node": "9.6.11",
"@types/node": "9.6.12",
"ava": "0.25.0",

@@ -36,0 +36,0 @@ "ava-ts": "0.24.5",

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