New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cypress/schema-tools

Package Overview
Dependencies
Maintainers
5
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cypress/schema-tools - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

2

dist/formats.js

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

if (typeof format.defaultValue !== 'undefined') {
result[key] = format.defaultValue;
result[format.name] = format.defaultValue;
}

@@ -23,0 +23,0 @@ });

{
"name": "@cypress/schema-tools",
"version": "1.7.0",
"version": "1.7.1",
"description": "Validate, sanitize and document JSON schemas",

@@ -5,0 +5,0 @@ "main": "dist",

@@ -71,3 +71,4 @@ /**

if (typeof format.defaultValue !== 'undefined') {
result[key] = format.defaultValue
// store values under name, not under original key
result[format.name] = format.defaultValue
}

@@ -74,0 +75,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