Skip to content

Commit

Permalink
Merge pull request #28 from RWS/LTLC-115542-axios-ssrf-public-api-upd…
Browse files Browse the repository at this point in the history
…ate-ignore-jsmap

LTLC-115542 Update public-api json, upgrade axios to fix SSRF security issue, npm ignore .js.map files
  • Loading branch information
o-condre authored Aug 28, 2024
2 parents ccf3f5e + 951fb41 commit 95d5720
Show file tree
Hide file tree
Showing 6 changed files with 1,517 additions and 2,479 deletions.
21 changes: 20 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Ignore the node_modules directory
**/node_modules/

# Ignore Logs
**/logs
*.log

# Ignore the docs directory (use the separate rws/trados-ui-extensibility.wiki repository)
**/docs

# The file containing environment variables
.env

# Ignore IDE specific files
.idea/
*.iml
.vscode/
*.sw*
/.vs/

# Others
*.iml
*.js.map
Loading

0 comments on commit 95d5720

Please sign in to comment.