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.3.1 to 1.3.2

2

dist/api.js

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

var debug_1 = __importDefault(require("debug"));
var is_my_json_valid_1 = __importDefault(require("is-my-json-valid"));
var is_my_json_valid_1 = __importDefault(require("@bahmutov/is-my-json-valid"));
var lodash_clonedeep_1 = __importDefault(require("lodash.clonedeep"));

@@ -28,0 +28,0 @@ var lodash_set_1 = __importDefault(require("lodash.set"));

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

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

"debug": "3.1.0",
"is-my-json-valid": "github:bahmutov/is-my-json-valid#6b665b84f8416051697400ab301d404a66b6444a",
"@bahmutov/is-my-json-valid": "2.17.3",
"json-stable-stringify": "1.0.1",

@@ -38,0 +38,0 @@ "lazy-ass": "1.6.0",

@@ -12,3 +12,3 @@ import {

import debugApi from 'debug'
import validator from 'is-my-json-valid'
import validator from '@bahmutov/is-my-json-valid'
import cloneDeep from 'lodash.clonedeep'

@@ -15,0 +15,0 @@ import set from 'lodash.set'

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