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

@sanity/validation

Package Overview
Dependencies
Maintainers
7
Versions
789
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/validation - npm Package Compare versions

Comparing version 0.133.0-realtime-block-editor.8efe50ed to 0.133.0-realtime-block-editor.9839d7be

4

lib/validators/blockValidator.js

@@ -9,9 +9,5 @@ 'use strict';

const Rule = require('../Rule');
const ValidationError = require('../ValidationError');
const validateDocument = require('../validateDocument');
const validateItem = validateDocument.validateItem;
const baseRule = new Rule();
var _require = require('lodash');

@@ -18,0 +14,0 @@

4

package.json
{
"name": "@sanity/validation",
"version": "0.133.0-realtime-block-editor.8efe50ed",
"version": "0.133.0-realtime-block-editor.9839d7be",
"description": "Validation and warning infrastructure for Sanity projects",

@@ -33,3 +33,3 @@ "main": "lib/index.js",

"babel-preset-env": "^1.6.1",
"jest": "^22.1.4"
"jest": "^22.4.3"
},

@@ -36,0 +36,0 @@ "dependencies": {

@@ -1,6 +0,3 @@

const Rule = require('../Rule')
const ValidationError = require('../ValidationError')
const validateDocument = require('../validateDocument')
const {validateItem} = validateDocument
const baseRule = new Rule()
const {flatten} = require('lodash')

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