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
7
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 5.25.2 to 5.25.3

4

dist/schemas/platform.js

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

osName: {
type: 'string',
type: ['string', 'null'],
enum: ['linux', 'darwin', 'win32'],

@@ -46,3 +46,3 @@ description: 'Operating system name, for example "win32"',

osVersion: {
type: 'string',
type: ['string', 'null'],
description: 'Operating system version',

@@ -49,0 +49,0 @@ },

{
"name": "@cypress/json-schemas",
"version": "5.25.2",
"version": "5.25.3",
"description": "Cypress JSON schemas",

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

"prettier": "1.14.0",
"semantic-release": "15.9.1",
"semantic-release": "15.9.2",
"stop-build": "1.1.0",

@@ -44,0 +44,0 @@ "ts-node": "7.0.0",

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