@coderehab/aws-script-env
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@coderehab/aws-script-env", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "dist/index.js", | ||
@@ -11,13 +11,11 @@ "license": "MIT", | ||
}, | ||
"bin": { | ||
"aws-env": "./bin/pentair.js" | ||
}, | ||
"devDependencies": { | ||
"aws-sdk": "^2.853.0", | ||
"ts-loader": "^8.0.17", | ||
"typescript": "^4.2.2", | ||
"winston": "^3.3.3" | ||
}, | ||
"dependencies": { | ||
"webpack": "^5.24.2", | ||
"webpack-cli": "^4.5.0", | ||
"winston": "^3.3.3", | ||
"@types/node": "^14.14.31" | ||
} | ||
} |
@@ -1,3 +0,2 @@ | ||
import { CloudFormation } from "aws-sdk"; | ||
import CloudFormation from "aws-sdk/clients/cloudformation"; | ||
import { logger } from "../classes/logger"; | ||
@@ -4,0 +3,0 @@ |
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
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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 19 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
485692
0
13
487
7
1
80
3
62
4
- Removed@types/node@^14.14.31
- Removed@types/node@14.18.63(transitive)