graphql-browser
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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" |
# 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
278263
6
3
0
1