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

graphql-browser

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-browser - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

14

package.json
{
"name": "graphql-browser",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/graphql-browser.js",
"license": "MIT",
"files": [
"package.json",
"README.md",
"dist/"
],
"dependencies": {

@@ -11,5 +16,10 @@ "graphql": "^14.0.2",

"scripts": {
"build": "webpack --config webpack.config.js"
"build": "webpack --config webpack.config.js",
"run:example": "serve"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.2",
"serve": "^10.0.1",
"webpack": "^4.19.0",

@@ -16,0 +26,0 @@ "webpack-cli": "^3.1.0"

2

README.md
# graphql-browser
This libs expose graphql and graphql-tools to the browsers, usefull for mocking graphql server into the browser
This lib expose graphql and graphql-tools to the browsers, usefull for mocking graphql server into the browser

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