Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "beady-eye", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
"main": "src/index.js", | ||
"main": ".build/src/index.js", | ||
"scripts": { | ||
@@ -35,3 +35,2 @@ "clean": "rm -rf .build", | ||
"dependencies": { | ||
"@types/node": "^10.0.0", | ||
"aws-sdk": "^2.94.0", | ||
@@ -43,2 +42,3 @@ "chai": "^4.1.2" | ||
"@types/jest": "^22.2.3", | ||
"@types/node": "^10.0.0", | ||
"aws-sdk-mock": "^1.7.0", | ||
@@ -45,0 +45,0 @@ "jest": "^22.4.3", |
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
233209
2
59
1386
8
3
1
- Removed@types/node@^10.0.0
- Removed@types/node@10.17.60(transitive)