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

graphql-config

Package Overview
Dependencies
Maintainers
4
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-config - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

lib/utils.js

@@ -72,3 +72,3 @@ "use strict";

var configContents;
if (configPath.endsWith('.yaml')) {
if (configPath.endsWith('.yaml') || configPath.endsWith('.yml')) {
configContents = yaml.safeDump(config);

@@ -75,0 +75,0 @@ }

{
"name": "graphql-config",
"version": "1.1.3",
"version": "1.1.4",
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)",

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

"test-only": "npm run build && npm run copy-test-assets && ava --verbose lib/__tests__/**/*.js --serial",
"test": "tslint src/**/*.ts && npm run test-only"
"test": "tslint src/**/*.ts && npm run test-only",
"semantic-release": "semantic-release"
},

@@ -36,3 +37,3 @@ "ava": {

"type": "git",
"url": "git+https://github.com/graphcool/graphql-config.git"
"url": "https://github.com/graphcool/graphql-config.git"
},

@@ -62,3 +63,4 @@ "keywords": [

"tslint-config-standard": "^7.0.0",
"typescript": "^2.6.2"
"typescript": "^2.6.2",
"semantic-release": "^11.0.2"
},

@@ -65,0 +67,0 @@ "dependencies": {

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