You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@eversdk/lib-web package includes post-install scripts. As a security best practice, it's generally a good idea to install npm modules with the --ignore-scripts flag to prevent any potentially malicious code from being executed. It would be great if the option to skip these scripts could be added to the package in the future. Just wanted to pass this suggestion along in case it's something that could be implemented.
The text was updated successfully, but these errors were encountered:
@eversdk/lib-web
package includes post-install scripts. As a security best practice, it's generally a good idea to install npm modules with the--ignore-scripts
flag to prevent any potentially malicious code from being executed. It would be great if the option to skip these scripts could be added to the package in the future. Just wanted to pass this suggestion along in case it's something that could be implemented.The text was updated successfully, but these errors were encountered: