Comparing version 1.0.4 to 2.0.0
{ | ||
"name": "cloudform", | ||
"version": "1.0.4", | ||
"version": "2.0.0", | ||
"description": "TypeScript-based imperative way to define AWS CloudFormation templates", | ||
"main": "dist/index.js", | ||
"main": "index.js", | ||
"repository": { | ||
@@ -12,3 +12,4 @@ "type": "git", | ||
"build": "tsc --declaration", | ||
"generate": "tsc generator/generator.ts --lib es2015,es2016.array.include && node generator/generator.js" | ||
"generate": "ts-node --project tsconfig.json generator/generator.ts", | ||
"run-example": "ts-node ./cli/cloudform.ts example/example.ts" | ||
}, | ||
@@ -21,9 +22,10 @@ "keywords": [ | ||
"bin": { | ||
"cloudform": "./dist/cli/cloudform.js" | ||
"cloudform": "./cli/cloudform.js" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^8.0.53", | ||
"typescript": "^2.6.1" | ||
"ts-node": "^5.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^8.0.53", | ||
"typescript": "^2.6.1", | ||
"lodash": "^4.17.4", | ||
@@ -30,0 +32,0 @@ "node-fetch": "^1.7.3" |
@@ -17,3 +17,3 @@ # cloudform | ||
cloudform({ | ||
export default cloudform({ | ||
Description: 'My template', | ||
@@ -73,62 +73,2 @@ Parameters: { | ||
Supported namespaces are: | ||
``` | ||
ApiGateway | ||
ApplicationAutoScaling | ||
Athena | ||
AutoScaling | ||
Batch | ||
CertificateManager | ||
CloudFormation | ||
CloudFront | ||
CloudTrail | ||
CloudWatch | ||
CodeBuild | ||
CodeCommit | ||
CodeDeploy | ||
CodePipeline | ||
Cognito | ||
Config | ||
DAX | ||
DMS | ||
DataPipeline | ||
DirectoryService | ||
DynamoDB | ||
EC2 | ||
ECR | ||
ECS | ||
EFS | ||
EMR | ||
ElastiCache | ||
ElasticBeanstalk | ||
ElasticLoadBalancing | ||
ElasticLoadBalancingV2 | ||
Elasticsearch | ||
Events | ||
GameLift | ||
GuardDuty | ||
IAM | ||
IoT | ||
KMS | ||
Kinesis | ||
KinesisAnalytics | ||
KinesisFirehose | ||
Lambda | ||
Logs | ||
OpsWorks | ||
RDS | ||
Redshift | ||
Route53 | ||
S3 | ||
SDB | ||
SNS | ||
SQS | ||
SSM | ||
StepFunctions | ||
WAF | ||
WAFRegional | ||
WorkSpaces | ||
``` | ||
All [Intrinsic Tunctions](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference.html) are available within `Fn` namespace: | ||
@@ -135,0 +75,0 @@ |
@@ -5,6 +5,5 @@ { | ||
"target": "es6", | ||
"noImplicitAny": true, | ||
"strict": true, | ||
"sourceMap": false, | ||
"watch": false, | ||
"outDir": "./dist/", | ||
"rootDir": "./", | ||
@@ -20,3 +19,2 @@ "types": [ | ||
"exclude": [ | ||
"dist", | ||
"node_modules", | ||
@@ -23,0 +21,0 @@ "generator", |
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
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
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
1
0
593979
4
658
16422
109
2
+ Addedts-node@^5.0.1
+ Addedansi-styles@3.2.1(transitive)
+ Addedarrify@1.0.1(transitive)
+ Addedbuffer-from@1.1.2(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addeddiff@3.5.0(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedmake-error@1.3.6(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedmkdirp@0.5.6(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsource-map-support@0.5.21(transitive)
+ Addedsupports-color@5.5.0(transitive)
+ Addedts-node@5.0.1(transitive)
+ Addedyn@2.0.0(transitive)
- Removed@types/node@^8.0.53
- Removedtypescript@^2.6.1
- Removed@types/node@8.10.66(transitive)
- Removedtypescript@2.9.2(transitive)