Version 3.0.1
This release improves protection against npm supply‑chain attacks.
-
All npm packages in the distributed bundle now include
package-lock.jsonfiles to prevent unexpected dependency upgrades. -
The library npm package now includes an
npm-shrinkwrap.jsonfile that pins all transitive dependencies to fixed versions.