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.0 to 0.2.3

16

package.json
{
"name": "graphiql",
"version": "0.2.0",
"version": "0.2.3",
"description": "An interactive in-browser GraphQL IDE.",

@@ -47,9 +47,9 @@ "contributors": [

"scripts": {
"test": "npm run lint && npm run testonly",
"test": "npm run lint && npm run check && npm run testonly",
"testonly": "mocha $npm_package_options_mocha",
"lint": "eslint src",
"check": "flow check",
"build": ". resources/build.sh",
"build": ". ./resources/build.sh",
"preversion": ". ./resources/checkgit.sh && npm test",
"prepublish": "npm run build"
"prepublish": ". ./resources/prepublish.sh"
},

@@ -62,3 +62,3 @@ "dependencies": {

"peerDependencies": {
"graphql": "^0.4.2",
"graphql": "^0.4.0",
"react": "^0.13 || ^0.14.0-beta"

@@ -76,5 +76,5 @@ },

"eslint-plugin-react": "3.2.3",
"flow-bin": "0.14.0",
"graphql": "0.4.2",
"jsdom": "3.0.0",
"flow-bin": "0.16.0",
"graphql": "0.4.4",
"jsdom": "6.5.1",
"mocha": "2.2.5",

@@ -81,0 +81,0 @@ "react": "0.13.3",

@@ -6,2 +6,4 @@ GraphiQL

[![Build Status](https://travis-ci.org/graphql/graphiql.svg)](https://travis-ci.org/graphql/graphiql)
![](resources/graphiql.png)

@@ -8,0 +10,0 @@

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