nexus-prisma
Advanced tools
Comparing version 0.21.0-next.1 to 0.21.0-next.2
@@ -1,2 +0,2 @@ | ||
export declare const hello = "world"; | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.hello = void 0; | ||
exports.hello = 'world'; | ||
const package_1 = require("./lib/package"); | ||
package_1.validatePeerDependencies({ | ||
packageJson: require('../package.json'), | ||
}); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "nexus-prisma", | ||
"version": "0.21.0-next.1", | ||
"version": "0.21.0-next.2", | ||
"main": "dist/index.js", | ||
@@ -25,2 +25,3 @@ "repository": "git@github.com:prisma/nexus-prisma.git", | ||
"@types/jest": "26.0.20", | ||
"@types/semver": "^7.3.4", | ||
"dripip": "0.10.0", | ||
@@ -33,2 +34,3 @@ "jest": "26.6.3", | ||
"ts-node": "^9.1.1", | ||
"type-fest": "^0.21.1", | ||
"typescript": "4.1.5" | ||
@@ -40,3 +42,7 @@ }, | ||
"nexus": "^1.0.0" | ||
}, | ||
"dependencies": { | ||
"kleur": "^4.1.4", | ||
"semver": "^7.3.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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 3 instances 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
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
12170
11
120
0
4
12
6
+ Addedkleur@^4.1.4
+ Addedsemver@^7.3.4
+ Addedkleur@4.1.5(transitive)
+ Addedsemver@7.6.3(transitive)