Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphql-validate-directive

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-validate-directive - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

dist/cjs/apolloPlugin.js

6

package.json
{
"name": "graphql-validate-directive",
"description": "A GraphQL directive for input validation",
"version": "0.1.8",
"version": "0.1.9",
"main": "dist/cjs/index.js",

@@ -25,5 +25,5 @@ "module": "dist/esm/index.js",

"scripts": {
"build": "tsc -p .",
"build": "yarn build:cjs && yarn build:esm",
"build:esm": "tsc -p . -m ESNext --outDir dist/esm",
"build:cjs": "tsc -p . -m commonjs --outDir dist/cjs",
"build:all": "yarn build:cjs && yarn build",
"test": "jest",

@@ -30,0 +30,0 @@ "prepublishOnly": "yarn build"

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