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 3.0.1 to 3.0.2

4

dist/runs/get/instance.js

@@ -171,4 +171,4 @@ "use strict";

exports.getInstanceDetailsResponseExample300 = __assign({}, exports.instanceExample300, { tests: [test_information_1.testInformation100Example] });
var WithTests300 = schema_tools_1.addProperty(exports.Instance300, 'InstanceWithTests', 'Instance plus tests', 'tests', 'array', null, [test_information_1.testInformation100Example], true, 'all tests for this instance', 'TestInformation[]');
exports.GetInstanceResponse300 = schema_tools_1.addProperty(WithTests300, 'GetInstanceResponse', 'All information related to instance', 'hooks', 'array', null, [hook_1.hookExample100], true, 'all hooks for this instance', 'Hook[]');
var WithTests300 = schema_tools_1.addProperty(exports.Instance300, 'InstanceWithTests', 'Instance plus tests', 'tests', 'array', null, [test_information_1.testInformation100Example], true, 'all tests for this instance', test_information_1.TestInformation100.schema.title);
exports.GetInstanceResponse300 = schema_tools_1.addProperty(WithTests300, 'GetInstanceResponse', 'All information related to instance', 'hooks', 'array', null, [hook_1.hookExample100], true, 'all hooks for this instance', hook_1.Hook100.schema.title);
exports.GetInstanceResponse = schema_tools_1.versionSchemas(exports.GetInstanceResponse300);
{
"name": "@cypress/json-schemas",
"version": "3.0.1",
"version": "3.0.2",
"description": "Cypress JSON schemas",

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

"ava": "0.25.0",
"ava-ts": "0.24.4",
"ava-ts": "0.24.5",
"deps-ok": "1.4.1",

@@ -39,0 +39,0 @@ "husky": "0.15.0-rc.13",

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