We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The latest version available in NPM or UNPKG (4.3.3) is not up to date with latest changes/commits in GitHub main branch.
Example: compare Playlist.js file (https://github.com/naomiaro/waveform-playlist/pull/240/files) with the following
Playlist.js
[line 647]
https://unpkg.com/browse/[email protected]/lib/Playlist.js
https://www.npmjs.com/package/waveform-playlist?activeTab=code
It means, when you install by: (https://github.com/naomiaro/waveform-playlist?tab=readme-ov-file#installation)
npm install waveform-playlist --save
Is not the same code as in GitHub
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The latest version available in NPM or UNPKG (4.3.3) is not up to date with latest changes/commits in GitHub main branch.
Example: compare
Playlist.js
file (https://github.com/naomiaro/waveform-playlist/pull/240/files) with the following[line 647]
https://unpkg.com/browse/[email protected]/lib/Playlist.js
https://www.npmjs.com/package/waveform-playlist?activeTab=code
It means, when you install by:
(https://github.com/naomiaro/waveform-playlist?tab=readme-ov-file#installation)
npm install waveform-playlist --save
Is not the same code as in GitHub
The text was updated successfully, but these errors were encountered: