Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@meridian/web-sdk

Package Overview
Dependencies
Maintainers
0
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meridian/web-sdk - npm Package Versions

1
911

0.7.5-test.10

Diff

wavebeem
published 0.7.5-test.9 •

wavebeem
published 0.7.5 •

Changelog

Source

[0.7.5] - 2020-05-11

Added

  • More examples to documentation
wavebeem
published 0.7.4 •

Changelog

Source

[0.7.4] - 2020-05-07

Fixed

  • An internal code crash
wavebeem
published 0.7.3 •

Changelog

Source

[0.7.3] - 2020-05-05

Fixed

  • Download link now points directly to unpkg
wavebeem
published 0.7.2 •

Changelog

Source

[0.7.2] - 2020-05-05

  • Fixes broken links
wavebeem
published 0.7.1 •

Changelog

Source

[0.7.1] - 2020-05-05

Added

  • Exposes the API class directly so you can use new API(options) instead of createAPI(options)

Changed

  • Deprecates createAPI(options)

  • Switches to TypeDoc for documentation

vercasson
published 0.7.0 •

Changelog

Source

[0.7.0] - 2020-04-10

Changed

  • (BREAKING) Tag data returned from API has a new schema

    • tag.editor_data.tags is now tag.tags

    • tag.editor_data.is_control_tag is now tag.is_control_tag

    • tag.calculations.default.location.x is now tag.x

    • tag.calculations.default.location.y is now tag.y

    • any other fields from tag.editor_data and tag.calculations have been moved up to the top level of the tag object

    • This may affect your SDK usage if you use the following callbacks:

      • Methods on the stream returned from openStream()

        • stream.onInitialTags()
        • stream.onTagLeave()
        • stream.onTagUpdate()
      • The options callbacks to createMap()

        • onTagClick()
        • onTagsUpdate()
        • tags.filter()
  • Switched TypeScript compiler to target ES2017

Fixed

  • Tag labels wouldn't line wrap in the tag list

  • Placemarks didn't hide while loading placemarks for a new floor

  • Map images didn't hide while loading the map image for a new floor

  • A few race conditions involving incorrect data appearing onscreen when switching floors quickly

wavebeem
published 0.6.0 •

Changelog

Source

[0.6.0] - 2020-03-26

Added

  • TypeScript support

Changed

  • MeridianSDK.restrictedPanZoom now supports any modifier key, not just Shift

Fixed

  • onTagUpdate was not called from createAPI

  • Bug: If showTagsControl was false, all control tags would be hidden on the map

  • The map background image would fail to load unless the user also had access to edit.meridianapps.com.

erikharper
published 0.0.0-directionsbeta.2 •

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