Version 1.3.6 of the codesandbox-import-utils npm package represents a minor update over the previous stable version, 1.3.5. Both versions share the same core dependencies: codesandbox-import-util-types for type definitions, istextorbinary for file content detection, and lz-string for data compression. Similarly, they both leverage rimraf as a dev dependency for removing files during development.
The primary difference lies in the unpackedSize of the packages, with version 1.3.6 being slightly larger at 42599 bytes compared to 1.3.5's 42276 bytes. This suggests the introduction of a few new lines of code, perhaps including minor improvements, bug fixes, or small feature additions. The release date also indicates a gap of approximately two weeks between the two versions, with 1.3.6 being released on November 19, 2018.
For developers using codesandbox-import-utils, this package offers utilities to simplify the process of importing code and assets into CodeSandbox environments. It streamlines the setup of online coding environments for sharing, collaboration, and rapid prototyping. Features include handling various file types and dependencies. This library is helpful when building tools that integrate with or extend CodeSandbox's functionality, or when programmatically creating or modifying CodeSandbox projects. Upgrading from 1.3.5 to 1.3.6 is likely a low-risk operation and it gives you bugfixes or improvements done in the library in this time.
The are not vulnerabilities for the version 1.3.6 of the package codesandbox-import-utils