Skip to content

Commit

Permalink
Merge pull request #58 from TransbankDevelopers/bug/update-package-json
Browse files Browse the repository at this point in the history
apply security patches
  • Loading branch information
jgarciajovel authored Feb 23, 2022
2 parents 8037356 + c5c1ac1 commit 0d8ab01
Show file tree
Hide file tree
Showing 4 changed files with 5,320 additions and 173 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,4 @@ dist
.tern-port

.idea
.DS_Store
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ npm install transbank-sdk
yarn add transbank-sdk
```

### Detectar vulnerabilidades con `npm`
```bash
# Este comando te permite ver las vulnerabilidades
npm audit

# Este comando te permite reparar las vulnerabilidades
npm audit fix
```

## Documentación

Puedes encontrar toda la documentación de cómo usar este SDK en el sitio [www.transbankdevelopers.cl](https://www.transbankdevelopers.cl).
Expand Down
Loading

0 comments on commit 0d8ab01

Please sign in to comment.