@emartech/program-executor
Advanced tools
+1
-1
@@ -45,3 +45,3 @@ { | ||
| }, | ||
| "version": "3.3.1" | ||
| "version": "3.4.0" | ||
| } |
@@ -48,2 +48,8 @@ 'use strict'; | ||
| type: GraphQLInt | ||
| }, | ||
| createdAt: { | ||
| type: GraphQLString | ||
| }, | ||
| updatedAt: { | ||
| type: GraphQLString | ||
| } | ||
@@ -91,3 +97,5 @@ }) | ||
| errorMessage: data.error_message, | ||
| stepRetryCount: data.step_retry_count | ||
| stepRetryCount: data.step_retry_count, | ||
| createdAt: data.created_at, | ||
| updatedAt: data.updated_at | ||
| }; | ||
@@ -94,0 +102,0 @@ }; |
@@ -20,2 +20,4 @@ 'use strict'; | ||
| stepRetryCount | ||
| createdAt, | ||
| updatedAt | ||
| } | ||
@@ -58,2 +60,5 @@ }`; | ||
| }); | ||
| expect(data.programs[0].createdAt).not.to.be.undefined; | ||
| expect(data.programs[0].updatedAt).not.to.be.undefined; | ||
| expect(data.programs[1]).to.containSubset({ | ||
@@ -66,3 +71,5 @@ ...program2, | ||
| }); | ||
| expect(data.programs[1].createdAt).not.to.be.undefined; | ||
| expect(data.programs[1].updatedAt).not.to.be.undefined; | ||
| }); | ||
| }); |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
74616
0.59%1569
0.9%