Socket
Socket
Sign inDemoInstall

gqlx

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gqlx - npm Package Compare versions

Comparing version 0.0.0 to 0.1.1-174ac1a.0

.circleci/config.yml

57

package.json
{
"name": "gqlx",
"version": "0.0.0",
"description": "Simple GraphQL adapter for Redux.",
"version": "0.1.1-174ac1a.0",
"description": "GQLX compiler",
"main": "index.js",
"module": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest",
"lint": "eslint src",
"release": "yarn test && npm publish",
"ci:release:canary": "node bump.js && npm publish --tag alpha"
},
"keywords": [
"redux",
"graphql",
"adapter",
"middleware",
"query",
"mutation",
"collection"
],
"author": "Sergio <sdelrio0@gmail.com> (http://xilix.io/)",
"license": "MIT"
}
"bin": {
"gqlx": "gqlx"
},
"dependencies": {
"esm": "^3.2.22",
"find-root": "^1.1.0",
"fs-extra": "^8.0.0",
"glob": "^8.0.0",
"match-bracket": "^1.0.0",
"minimist": "^1.2.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"execa": "^2.0.0",
"jest": "^24.8.0",
"semver": "^6.0.0",
"serialize-javascript": "^1.7.0",
"ts-node": "^8.1.0",
"typescript": "^3.4.5"
},
"jest": {
"testEnvironment": "node",
"testRegex": "test/index\\.js$",
"globals": {
"NODE_ENV": "test"
},
"moduleFileExtensions": [
"js",
"jsx",
"json",
"node"
]
}
}
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