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

graphiql

Package Overview
Dependencies
Maintainers
1
Versions
559
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphiql - npm Package Compare versions

Comparing version 0.2.4 to 0.3.0

14

package.json
{
"name": "graphiql",
"version": "0.2.4",
"description": "An interactive in-browser GraphQL IDE.",
"version": "0.3.0",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [

@@ -57,12 +57,12 @@ "Hyohyeon Jeong <asiandrummer@fb.com>",

"codemirror": "^5.6.0",
"codemirror-graphql": "^0.1.1",
"codemirror-graphql": "^0.2.0",
"marked": "^0.3.5"
},
"peerDependencies": {
"graphql": "^0.4.0",
"graphql": "^0.4.7",
"react": "^0.13 || ^0.14.0-beta"
},
"devDependencies": {
"babel": "5.8.21",
"babel-core": "5.8.22",
"babel": "5.8.23",
"babel-core": "5.8.25",
"babel-eslint": "4.0.10",

@@ -76,3 +76,3 @@ "browserify": "11.0.1",

"flow-bin": "0.16.0",
"graphql": "0.4.4",
"graphql": "0.4.7",
"jsdom": "6.5.1",

@@ -79,0 +79,0 @@ "mocha": "2.2.5",

GraphiQL
========
*/ˈɡrafək(ə)l/* An interactive in-browser GraphQL IDE. [Try the live demo](http://graphql-swapi.parseapp.com/graphiql/).
*/ˈɡrafək(ə)l/* An graphical interactive in-browser GraphQL IDE. [Try the live demo](http://graphql-swapi.parseapp.com/).

@@ -75,2 +75,9 @@ [![Build Status](https://travis-ci.org/graphql/graphiql.svg)](https://travis-ci.org/graphql/graphiql)

- `response`: an optional JSON string to use as the initial displayed
response. If not provided, no response will be initialy shown. You might
provide this if illustrating the result of the initial query.
- `storage`: an instance of [Storage][] GraphiQL will use to persist state.
Only `getItem` and `setItem` are called. Default: window.localStorage
- `defaultQuery`: an optional GraphQL string to use instead of a

@@ -77,0 +84,0 @@ blank screen when a query was not found in the local cache.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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