Skip to content

Commit

Permalink
updated nodejs client to fix security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
jpswinski committed Oct 24, 2023
1 parent 0287294 commit 5bbfaa6
Show file tree
Hide file tree
Showing 2 changed files with 794 additions and 622 deletions.
5 changes: 4 additions & 1 deletion clients/nodejs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ publish: ## publish package to npm registry
login: ## login to npm registry
npm login --scope sliderule --auth-type legacy

install: ## install project (installs dependencies in package.json file)
update: ## update project (updates dependencies in package-lock.json file)
cd sliderule; npm install

install: ## install project (installs dependencies in package-lock.json file)
cd sliderule; npm install

init: ## initialize project
Expand Down
Loading

0 comments on commit 5bbfaa6

Please sign in to comment.