@architect/data
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@architect/data", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Dynamically generate a DynamoDB data access layer from an .arc file", | ||
@@ -9,2 +9,5 @@ "main": "index.js", | ||
}, | ||
"bin": { | ||
"arc-repl": "repl.js" | ||
}, | ||
"keywords": [ | ||
@@ -20,12 +23,13 @@ "arc", | ||
"devDependencies": { | ||
"@architect/workflows": "^1.1.24", | ||
"aws-sdk": "^2.106.0", | ||
"run-parallel": "^1.1.6", | ||
"tap-spec": "^4.1.1", | ||
"tape": "^4.8.0", | ||
"@architect/workflows": "^1.1.9", | ||
"run-parallel": "^1.1.6" | ||
"tape": "^4.8.0" | ||
}, | ||
"dependencies": { | ||
"@architect/parser": "^1.0.6", | ||
"chalk": "^2.3.0", | ||
"file-exists": "^4.0.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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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
13113
8
335
3
10
+ Addedchalk@^2.3.0
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedsupports-color@5.5.0(transitive)