salesforce-marketingcloud / FuelSDK-Node

BSD 3-Clause "New" or "Revised" License
49 stars 24 forks source link

Fixed GitHub vulnerabilities and removed package-lock.json #33

Closed ghost closed 5 years ago

ghost commented 5 years ago
  1. Link created for the usage of the Auth module:

\SDKs\FuelSDK-Node-Auth>npm link (RefreshToken_PublicWebApp_Support branch, branch already containing the security fixes for the Auth module)

\SDKs\FuelSDK-Node-REST>npm link \SDKs\FuelSDK-Node-Auth (fix-github-vulnerabilities branch of the REST module) \SDKs\FuelSDK-Node-SOAP>npm link \SDKs\FuelSDK-Node-Auth (fix-github-vulnerabilities branch of the SOAP module) \SDKs\FuelSDK-Node>npm link \SDKs\FuelSDK-Node-Auth (fix-github-vulnerabilities branch of the main module)

  1. Link created for the usage of the REST module:

\SDKs\FuelSDK-Node-REST>npm link (fix-github-vulnerabilities branch)

\SDKs\FuelSDK-Node>npm link \SDKs\FuelSDK-Node-REST (fix-github-vulnerabilities branch of the main module)

  1. Link created for the usage of the SOAP module:

\SDKs\FuelSDK-Node-SOAP>npm link (fix-github-vulnerabilities branch)

\SDKs\FuelSDK-Node>npm link \SDKs\FuelSDK-Node-SOAP (fix-github-vulnerabilities branch of the main module)

62/1 (passing/failing) on fix-github-vulnerabilities branch 62/1 (passing/failing) on master