Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@meridian/web-sdk
Advanced tools
Please read the documentation from our site.
We have several examples of how to use the SDK.
Install from npm:
$ npm install @meridian/web-sdk
And then for CommonJS imports use:
var MeridianSDK = require("@meridian/web-sdk");
Or for ES modules imports:
import MeridianSDK from "@meridian/web-sdk";
If you would like a standalone JS file with all dependencies bundled that you can use from a script tag, download the latest version and include it:
<script src="meridian-sdk.js"></script>
Which will make a global object called MeridianSDK
Run npm version ____
with the version number to do a full npm, Google Cloud
Storage, and GitHub Pages deploy.
[0.4.1] - 2018-10-03
The differences are compared to the old pre-release beta version.
The all
, ids
, labels
, and types
props for tags
and placemarks
have
been replaced with a single filter
function prop for full control over
filtering behavior
onTagsUpdate(tagsByMAC)
is now onTagsUpdate(tags)
, where tags
is an
object with allTags
and filteredTags
keys, which point to arrays of tags
onFloorsUpdate(floorsByBuilding)
is now onFloorsUpdate(floors)
, passing an
array of floors rather than an object
onTagDisappear
is now called onTagLeave
Data passed to callbacks follows the same format as the Meridian endpoints now
Previous releases were internal only and not documented.
FAQs
Web SDK for showing Aruba Meridian maps, tags, and more
The npm package @meridian/web-sdk receives a total of 148 weekly downloads. As such, @meridian/web-sdk popularity was classified as not popular.
We found that @meridian/web-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.