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

@envelop/extended-validation

Package Overview
Dependencies
Maintainers
1
Versions
1304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@envelop/extended-validation - npm Package Compare versions

Comparing version 1.2.0-alpha-ed2d5ef.0 to 1.2.0

3

index.js

@@ -32,5 +32,2 @@ 'use strict';

graphql.visit(args.document, graphql.visitWithTypeInfo(typeInfo, visitor));
for (const rule of rules) {
rule(validationContext, args);
}
if (errors.length > 0) {

@@ -37,0 +34,0 @@ let result = {

4

package.json
{
"name": "@envelop/extended-validation",
"version": "1.2.0-alpha-ed2d5ef.0",
"version": "1.2.0",
"sideEffects": false,

@@ -9,3 +9,3 @@ "peerDependencies": {

"dependencies": {
"@graphql-tools/utils": "8.5.0"
"@graphql-tools/utils": "8.5.1"
},

@@ -12,0 +12,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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