Socket
Socket
Sign inDemoInstall

flat-embed

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flat-embed - npm Package Versions

23

2.3.0

Diff

Changelog

Source

2024-01-03: v2.3.0

  • Added lazy option to add a loading="lazy" attribute to the created iframe
gierschv
published 2.2.0 •

Changelog

Source

2023-11-24: v2.2.0

  • Added embed parameter userId
gierschv
published 2.1.0 •

Changelog

Source

2023-10-02: v2.1.0

  • Added methods:
    • getNbParts
    • getPartsUuids
    • getMeasureVoicesUuids
    • getMeasureNbNotes
    • getNoteData
    • playbackPositionToNoteIdx
  • Added URL parameter:
    • noAudio to disable audio playback
  • Fixed setMasterVolume not calling the correct underlying method
gierschv
published 2.0.1 •

Changelog

Source

2023-09-27: v2.0.1

  • Fixed package exports compatibility with Webpack 5
gierschv
published 2.0.1-beta.1 •

gierschv
published 2.0.1-beta.0 •

gierschv
published 2.0.0 •

Changelog

Source

2023-09-27: v2.0.0

Breaking changes:

  • Removed support for jQuery in constructor. Migration:
var container = $('#embed-container');
var embed = new Flat.Embed(container[0], {
  // your options
});

New features:

  • Added support for TypeScript in published NPM module
  • Publishing separate ES & UMD builds
gierschv
published 2.0.0-beta.0 •

gierschv
published 1.5.1 •

Changelog

Source

2023-04-04: v1.5.1

  • Add allow: autoplay on created iframes.
gierschv
published 1.5.0 •

Changelog

Source

2023-03-08: v1.5.0

  • Add methods:
    • getNbMeasures
    • getMeasuresUuids
    • goLeft
    • goRight
    • getMetronomeMode
    • setMetronomeMode
    • getPlaybackSpeed
    • setPlaybackSpeed
    • scrollToCursor
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc