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
11

0.13.1

Diff

Changelog

Source

[0.13.1] - 2021-02-19

Fixed

  • An issue where an HTTP 401 related message would log to the console; now we give a helpful suggestion to use loadTags: false in this scenario

  • The "basic" demo didn't work correctly

meridian-bot
published 0.12.3 •

Changelog

Source

[0.12.3] - 2021-02-17

Changed

  • Updated API documentation formatting for code examples
  • Overlay polygons are now drawn as <polygon> instead of <path>
meridian-bot
published 0.12.2 •

Changelog

Source

[0.12.2] - 2021-02-11

Changed

  • Online demos use a snapshot of data now for a more consistent experience
meridian-bot
published 0.12.1 •

Changelog

Source

[0.12.1] - 2021-02-08

Fixed

  • Console error: placemarkIconURL: no such icon 'label_department'
meridian-bot
published 0.12.0 •

Changelog

Source

[0.12.0] - 2021-02-08

Added

  • MeridianSDK.placemarkIconURL(type) return URL to an icon representing the given placemark type
  • onPlacemarksUpdate({ allPlacemarks, filteredPlacemarks }) callback to createMap
  • overlays array in createMap, to draw custom polygons or polylines over the map
  • onFloorChange callback in createMap
  • annotations array in createMap, to draw custom images and text
meridian-bot
published 0.11.0 •

Changelog

Source

[0.11.0] - 2020-11-19

Added

  • map.destroy() is now optional; a MeridianMap can detect being disconnected from the DOM and automatically destroy itself
meridian-bot
published 0.10.0 •

Changelog

Source

[0.10.0] - 2020-11-19

Added

  • map.destroy() method which should be called when you're done with a map, to close network connections (e.g. in a single page app, or when using JS that removes the map container from the DOM, or replaces its contents via innerHTML)
meridian-bot
published 0.9.0 •

Changelog

Source

[0.9.0] - 2020-11-06

Fixed

  • Unpublished floors are now hidden from the floor selector and tags list
  • Placemarks wouldn't update after changing floors
  • loadPlacemarks didn't work correctly

Added

  • api.fetchTagsByFloor()
  • api.fetchTagsByLocation()
  • api.fetchPlacemarksByFloor()
  • api.fetchFloorsByLocation()
  • api.fetchSVG()

Changed

  • api.token is now read-only
  • api.environment is now read-only

Deprecated

  • api.axios
meridian-bot
published 0.8.1 •

Changelog

Source

[0.8.1] - 2020-09-09

Fixed

  • locationID can now be changed after calling createMap

  • Exclusion zones are now hidden

Documentation

  • Adds an Example, titled "Tag/Marker click, prevent default and show additional options", to demo customization of a Tag/Marker click callback -- overriding the default modal, and showing marker data in a sidebar
meridian-bot
published 0.8.0 •

Changelog

Source

[0.8.0] - 2020-07-23

Added

  • Option loadPlacemarks that when false causes the map to not load placemark data (defaults to true; it can be updated via update to true later if you want to load the data at a later time)
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