We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a49328 commit ca19647Copy full SHA for ca19647
circle.yml
@@ -19,7 +19,7 @@ jobs:
19
command: npm test
20
- run:
21
name: Audit Dependencies
22
- command: npm audit --audit-level=high
+ command: npm audit --audit-level=critical
23
workflows:
24
version: 2
25
build_and_test:
component.json
@@ -3,6 +3,7 @@
3
"description": "A comma-separated values (CSV) file stores tabular data (numbers and text) in plain-text form",
4
"docsUrl": "https://github.com/elasticio/csv-component",
5
"buildType": "docker",
6
+ "version": "2.2.0",
7
"triggers": {
8
"read": {
9
"main": "./lib/triggers/read.js",
0 commit comments