nexus-prisma
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "nexus-prisma", | ||
"version": "0.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "0.0.1", | ||
"main": "dist/index.js", | ||
"license": "MIT", | ||
"files": [ | ||
"dist", | ||
"README.md" | ||
], | ||
"author": "Prisma", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/prisma/nexus-prisma-plugin.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/prisma/nexus-prisma-plugin/issues" | ||
}, | ||
"homepage": "https://github.com/prisma/nexus-prisma-plugin#readme", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"prepublish": "rm -rf example/node_modules && npm test && npm run build", | ||
"build": "tsc --declaration", | ||
"watch": "tsc -w" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
"dependencies": { | ||
"gqliteral": "^0.4.0", | ||
"graphql": "^14.0.2", | ||
"lodash": "^4.17.11" | ||
}, | ||
"devDependencies": { | ||
"@types/graphql": "^14.0.3", | ||
"@types/lodash": "^4.14.118", | ||
"jest": "^23.6.0", | ||
"prettier": "^1.15.2", | ||
"prisma": "^1.20.7", | ||
"ts-jest": "^23.10.4", | ||
"typescript": "^3.1.6" | ||
}, | ||
"prettier": { | ||
"singleQuote": true, | ||
"bracketSpacing": true, | ||
"printWidth": 80, | ||
"trailingComma": "all", | ||
"semi": false | ||
} | ||
} |
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
419940
98
7290
1
2
0
4
3
7
6
+ Addedgqliteral@^0.4.0
+ Addedgraphql@^14.0.2
+ Addedlodash@^4.17.11
+ Addedgqliteral@0.4.0(transitive)
+ Addedgraphql@14.7.0(transitive)
+ Addediterall@1.3.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedtslib@1.14.1(transitive)