Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "db-knife", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "dist/index.js", | ||
@@ -22,7 +22,6 @@ "bin": { | ||
"scripts": { | ||
"build": "rm -rf dist/ && tsc && chmod +x dist/index.js", | ||
"pre-publish": "yarn build", | ||
"publish": "yarn publish", | ||
"build": "rm -rf dist/ && yarn tsc && chmod +x dist/index.js", | ||
"prepublish": "yarn build", | ||
"test": "jest" | ||
} | ||
} |
@@ -8,5 +8,7 @@ { | ||
"esModuleInterop": true, | ||
"noUnusedLocals": false | ||
"noUnusedLocals": false, | ||
"rootDir": "src", | ||
"outDir": "dist" | ||
}, | ||
"exclude": [] | ||
} |
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
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
61206
22
1356
3
1