New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@agilys/custom-graphiql

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agilys/custom-graphiql - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

5

dist/index.js

@@ -6,3 +6,3 @@ 'use strict';

});
exports.init = exports.expressCustomGraphiQL = undefined;
exports.init = undefined;

@@ -19,4 +19,2 @@ var _react = require('react');

var _middlewares = require('./middlewares');
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

@@ -28,3 +26,2 @@

exports.expressCustomGraphiQL = _middlewares.expressCustomGraphiQL;
exports.init = init;

8

package.json
{
"name": "@agilys/custom-graphiql",
"version": "1.0.5",
"version": "1.0.6",
"description": "A custom graphiql that allows to edit headers when sending the requests.",

@@ -29,2 +29,7 @@ "main": "dist/index.js",

},
"peerDependencies": {
"graphql": "0.10.5",
"react": "15.6.1",
"react-dom": "15.6.1"
},
"devDependencies": {

@@ -50,3 +55,2 @@ "babel-cli": "6.24.1",

"graphiql": "0.11.3",
"graphql": "^0.10.0",
"husky": "^0.14.3",

@@ -53,0 +57,0 @@ "lint-staged": "^4.1.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