@dogger/cli
Advanced tools
Comparing version 1.0.19 to 1.0.21
{ | ||
"name": "@dogger/cli", | ||
"version": "1.0.19", | ||
"version": "1.0.21", | ||
"description": "", | ||
@@ -8,3 +8,4 @@ "main": "dist/missing.js", | ||
"clean": "rimraf ./dist", | ||
"build": "npm run clean && tsc", | ||
"build:windows": "npm run clean && tsc && copy package.json .\\dist\\metadata.json /Y && npm publish --dry-run", | ||
"build": "npm run clean && tsc && cp package.json ./dist/metadata.json --no-target-directory && npm publish --dry-run", | ||
"link": "npm link", | ||
@@ -22,5 +23,3 @@ "unlink": "npm unlink", | ||
"files": [ | ||
"dist/**", | ||
"dist", | ||
"dist/src" | ||
"dist" | ||
], | ||
@@ -30,6 +29,6 @@ "devDependencies": { | ||
"@types/node-fetch": "^2.5.5", | ||
"@types/semver": "^7.1.0", | ||
"@types/yargs": "^15.0.4", | ||
"typescript": "^3.8.3", | ||
"@types/semver": "^7.1.0", | ||
"rimraf": "^3.0.1" | ||
"rimraf": "^3.0.1", | ||
"typescript": "^3.8.3" | ||
}, | ||
@@ -36,0 +35,0 @@ "dependencies": { |
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
Network access
Supply chain riskThis module accesses the network.
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
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
182292
63
2926
4
2