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

graphql-ws

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-ws - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.github/PULL_REQUEST_TEMPLATE.md

69

package.json
{
"name": "graphql-ws",
"version": "0.1.0",
"description": "GraphQL over WebSocket",
"main": "index.js",
"version": "0.1.1",
"description": "WebSocket transport for GraphQL",
"main": "dist/index.js",
"browser": "dist/client.js",
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"@types/ref": "0.0.28",
"@types/ref-struct": "0.0.28",
"backo2": "^1.0.2",
"eventemitter3": "^2.0.3",
"iterall": "^1.1.1",
"lodash.assign": "^4.2.0",
"lodash.isobject": "^3.0.2",
"lodash.isstring": "^4.0.1",
"rxjs": "^5.4.3",
"symbol-observable": "^1.0.4",
"ws": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"compile": "tsc",
"pretest": "npm run compile",
"test": "npm run testonly --",
"posttest": "npm run lint",
"lint": "tslint --format stylish --type-check --project ./tsconfig.json",
"watch": "tsc -w",
"testonly": "mocha --reporter spec --full-trace ./dist/test/**/*.js",
"coverage": "node ./node_modules/istanbul/lib/cli.js cover _mocha -- --full-trace ./dist/test/tests.js",
"postcoverage": "remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info",
"browser-compile": "webpack --config \"./unpkg-webpack.config.js\"",
"prepublishOnly": "npm run compile ; npm run browser-compile ; rimraf src",
"postinstall": "node scripts/post-install.js"
},
"author": "",
"license": "BSD-3-Clause"
"peerDependencies": {
"graphql": "^0.10.0 || ^0.11.0"
},
"devDependencies": {
"@types/chai": "^4.0.0",
"@types/graphql": "^0.11.3",
"@types/lodash": "^4.14.68",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.8",
"@types/sinon": "^2.3.0",
"@types/ws": "^3.0.0",
"chai": "^4.0.2",
"graphql": "^0.11.3",
"graphql-subscriptions": "^0.5.0",
"istanbul": "^1.0.0-alpha.2",
"lodash": "^4.17.1",
"mocha": "^3.4.2",
"remap-istanbul": "^0.9.5",
"rimraf": "^2.6.1",
"sinon": "^2.3.6",
"ts-node": "^3.3.0",
"tslint": "^5.5.0",
"typescript": "^2.4.1",
"webpack": "^3.1.0"
},
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
},
"license": "MIT"
}
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