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

nexus

Package Overview
Dependencies
Maintainers
3
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nexus - npm Package Compare versions

Comparing version 0.4.3 to 0.5.0

CHANGELOG.md

71

package.json
{
"name": "nexus",
"version": "0.4.3",
"main": "./lib/index.js",
"version": "0.5.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"description": "Scalable, strongly typed GraphQL schema development",
"scripts": {
"dev": "yarn link-examples && tsc -w",
"test": "jest",
"build": "tsc",
"lint": "tslint -p tsconfig.json",
"clean": "rm -rf dist",
"prepublish": "yarn clean && yarn lint && yarn build",
"website": "cd website && yarn && yarn start",
"examples": "yarn link-examples && cd website && gulp run-examples",
"link-examples": "cd website && yarn && gulp link-examples",
"unlink-examples": "cd website && yarn && gulp unlink-examples",
"upgrade-deps": "cd website && yarn && gulp upgrade-deps",
"ts-ast-reader": "cd examples/ts-ast-reader && yarn start"
},
"files": [
"lib"
"src",
"dist",
"LICENSE.md",
"README.md",
"yarn.lock"
],
"author": {
"name": "Tim Griesser",
"url": "https://github.com/tgriesser"
},
"dependencies": {
"debug": "^3.1.0",
"hat": "^0.0.3",
"is-empty": "^1.2.0",
"lodash": "^4.17.4",
"p-defer": "^1.0.0",
"p-immediate": "^2.1.0"
"tslib": "^1.9.3"
},
"devDependencies": {
"babel-cli": "^6.10.1"
"@types/graphql": "14.0.3",
"@types/jest": "^23.3.7",
"@types/node": "^10.12.2",
"@types/prettier": "^1.13.2",
"graphql": "^14.0.2",
"husky": "^1.1.2",
"jest": "^23.6.0",
"lint-staged": "^7.3.0",
"prettier": "^1.14.3",
"ts-jest": "^23.10.4",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.1.3"
},
"scripts": {
"build": "babel --out-dir ./lib ./src",
"clean": "rm -rf ./dist ./lib ./node_modules",
"prepublish": "yarn run build",
"watch": "babel --out-dir ./lib ./src --watch --source-maps inline"
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,json,css,md}": [
"prettier --write",
"git add"
]
}
}
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