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.12.7 to 4.12.8

18

dist/schemas/put-instance-request.js

@@ -66,23 +66,5 @@ "use strict";

},
browserName: {
type: ['string', 'null'],
},
browserVersion: {
type: ['string', 'null'],
},
stdout: {
type: ['string', 'null'],
},
osName: {
type: ['string', 'null'],
},
osVersion: {
type: ['string', 'null'],
},
osCpus: {
type: ['array', 'null'],
},
osMemory: {
type: ['object', 'null'],
},
duration: {

@@ -89,0 +71,0 @@ type: ['number', 'null'],

7

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

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

"build": "tsc",
"prebuild": "npm run deps && npm run prettier",
"prebuild": "npm run deps && npm run prettier && npm run clean",
"deps": "deps-ok",

@@ -22,3 +22,4 @@ "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",

"posttest": "npm run document",
"document": "ts-node ./scripts/document.ts > schemas.md"
"document": "ts-node ./scripts/document.ts > schemas.md",
"clean": "rm -rf dist || true"
},

@@ -25,0 +26,0 @@ "keywords": [],

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