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 3.3.0 to 3.3.1

4

dist/document/utils.js

@@ -131,3 +131,5 @@ "use strict";

var schemaVersion = __1.semverToString(schema.version);
var start = [{ h3: schemaNameHeading(schemaName, schemaVersion) }];
var start = [
{ h3: schemaNameHeading(__1.normalizeName(schemaName), schemaVersion) },
];
if (schema.package) {

@@ -134,0 +136,0 @@ start.push({

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

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

"@types/lodash.camelcase": "4.3.3",
"@types/node": "9.6.20",
"@types/node": "9.6.21",
"@types/ramda": "0.25.32",

@@ -57,3 +57,3 @@ "ava": "0.25.0",

"jsen": "0.6.6",
"prettier": "1.13.4",
"prettier": "1.13.5",
"semantic-release": "15.5.1",

@@ -60,0 +60,0 @@ "terminal-banner": "1.1.0",

@@ -189,3 +189,5 @@ import stringify from 'json-stable-stringify'

const start: object[] = [{ h3: schemaNameHeading(schemaName, schemaVersion) }]
const start: object[] = [
{ h3: schemaNameHeading(normalizeName(schemaName), schemaVersion) },
]
if (schema.package) {

@@ -192,0 +194,0 @@ start.push({

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