Socket
Socket
Sign inDemoInstall

graphql-tools-type-email

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-tools-type-email - npm Package Compare versions

Comparing version 1.0.0 to 2.0.1

34

package.json
{
"name": "graphql-tools-type-email",
"version": "1.0.0",
"version": "2.0.1",
"description": "Email scalar type for graphql-tools",

@@ -26,3 +26,3 @@ "main": "dist/index.js",

],
"author": "sstc",
"author": "up9cloud",
"license": "MIT",

@@ -34,4 +34,4 @@ "bugs": {

"peerDependencies": {
"graphql": "^0.12.3",
"validator": "^9.3.0"
"graphql": "^14.0.2",
"validator": ">=3.42.0"
},

@@ -41,15 +41,15 @@ "devDependencies": {

"babel-preset-node8": "^1.2.0",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"eslint": "^4.16.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"graphql": "^0.12.3",
"graphql-tools": "^2.19.0",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"validator": "^9.3.0"
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"eslint": "^5.9.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"graphql": "^14.0.2",
"graphql-tools": "^4.0.3",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"validator": "^10.9.0"
},

@@ -56,0 +56,0 @@ "engines": {

@@ -12,3 +12,3 @@ # graphql-tools-type-email

import { makeExecutableSchema } from 'graphql-tools'
import email from 'graphql-tools-type-email'
import Email from 'graphql-tools-type-email'

@@ -31,14 +31,1 @@ let typeDefs = [`

```
## Minimum amount of module files
```console
$ tree ./node_modules/graphql-tools-type-email
./node_modules/graphql-tools-type-email
├── README.md
├── dist
│   └── index.js
└── package.json
1 directory, 3 files
```
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