@prisma/engines-version
Advanced tools
Comparing version 0.0.1 to 2.10.0-0ae85d7f60031fc2db84f4b1ef19dd3b6c878f9e
{ | ||
"name": "@prisma/engines-version", | ||
"version": "0.0.1+e078aa75c40550d826bc35aeee4f45582fb4165e", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"license": "Apache-2.0", | ||
"author": "Tim Suchanek <suchanek@prisma.io>", | ||
"prisma": { | ||
"enginesVersion": "e078aa75c40550d826bc35aeee4f45582fb4165e" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^4.0.3" | ||
}, | ||
"scripts": { | ||
"build": "tsc -d", | ||
"prepublishOnly": "tsc -d" | ||
} | ||
"name": "@prisma/engines-version", | ||
"version": "2.10.0-0ae85d7f60031fc2db84f4b1ef19dd3b6c878f9e", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"license": "Apache-2.0", | ||
"author": "Tim Suchanek <suchanek@prisma.io>", | ||
"prisma": { | ||
"enginesVersion": "0ae85d7f60031fc2db84f4b1ef19dd3b6c878f9e" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.11.8", | ||
"typescript": "^4.0.3" | ||
}, | ||
"scripts": { | ||
"build": "tsc -d", | ||
"prepublishOnly": "tsc -d", | ||
"publish": "echo $GITHUB_CONTEXT" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
] | ||
} |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
793
2
3
5