Comparing version 0.4.3 to 0.5.0
{ | ||
"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" | ||
] | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
519004
2
54
0
7774
1
0
24
14
6
+ Addedtslib@^1.9.3
+ Addedgraphql@14.7.0(transitive)
+ Addediterall@1.3.0(transitive)
+ Addedtslib@1.14.1(transitive)
- Removeddebug@^3.1.0
- Removedhat@^0.0.3
- Removedis-empty@^1.2.0
- Removedlodash@^4.17.4
- Removedp-defer@^1.0.0
- Removedp-immediate@^2.1.0
- Removeddebug@3.2.7(transitive)
- Removedhat@0.0.3(transitive)
- Removedis-empty@1.2.0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedms@2.1.3(transitive)
- Removedp-defer@1.0.0(transitive)
- Removedp-immediate@2.1.0(transitive)