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.1.2 to 3.1.3

2

dist/actions.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ramda_1 = require("ramda");
var utils_1 = require("../src/utils");
var utils_1 = require("./utils");
exports.addProperty = function (options) {

@@ -6,0 +6,0 @@ var newSchema = ramda_1.clone(options.schema);

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

@@ -13,2 +13,4 @@ "main": "dist",

"prebuild": "npm run deps && npm run prettier",
"postbuild": "npm run check-transpiled-correctly",
"check-transpiled-correctly": "node .",
"deps": "deps-ok",

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

import { clone, equals, reject } from 'ramda'
import { normalizeRequiredProperties } from '../src/utils'
import { JsonPropertyTypes, ObjectSchema } from './objects'
import { normalizeRequiredProperties } from './utils'

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