Socket
Socket
Sign inDemoInstall

bs-graphql

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs-graphql - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

.merlin

10

package.json
{
"name": "bs-graphql",
"version": "0.1.1",
"version": "0.1.2",
"description": "BuckleScript binding for graphql-js",

@@ -10,3 +10,2 @@ "keywords": [

"license": "MIT",
"main": "src/GraphQL.re",
"scripts": {

@@ -19,8 +18,5 @@ "clean": "bsb -clean-world",

},
"devDependencies": {
"bs-jest": "^0.1.0",
"bs-platform": "1.8.2",
"graphql": "^0.10.5",
"jest": "^19.0.2"
"peerDependencies": {
"graphql": "^0.10.5"
}
}
# bs-graphql
[![npm version](https://badge.fury.io/js/bs-graphql.svg)](https://badge.fury.io/js/bs-graphql) [![CircleCI](https://circleci.com/gh/rricard/bs-graphql.svg?style=svg)](https://circleci.com/gh/rricard/bs-graphql)
[![npm version](https://badge.fury.io/js/bs-graphql.svg)](https://badge.fury.io/js/bs-graphql)

@@ -9,3 +9,3 @@ [BuckleScript](https://bucklescript.github.io/) binding for [graphql-js](http://graphql.org/graphql-js/).

This package is just a binding and you will need to import the original graphql package as well.
Since you can only have one instance type of graphql schema in your dependency tree, we leave you the discretion of managing the graphql package yourself.

@@ -41,21 +41,1 @@ ```

```
## Contribute
Only a small API surface of graphql-js is covered for now. Your help will be more than welcome to fully develop this binding.
```
git clone git@github.com:rricard/bs-graphql.git
cd bs-graphql
yarn
yarn build
```
Then, you can run two watchers, one for compiling, one for testing:
- `yarn watch`
- `yarn test -- --watch`
## Related projects
- [bs-graphql-tools](https://github.com/rricard/bs-graphql-tools) - Build complex schemas more easily using [graphql-tools](https://github.com/apollographql/graphql-tools).
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