Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
@leisurelink/integration-hub-client
Advanced tools
The purpose of this client is to provide a layer of abstraction on top of the Integration Hub API.
Installation and Usage
Translation and Validation
Integration Hub JSON Requests and Responses
The module uses babeljs to transpile the ES2015 code to ES5. The transpilation allows the usage of ES2015 syntax and features without mandating the implementor use ES2015. Instead it runs on any ES5.1 compatible client (Node: 4.x > 0.10)
https://github.com/LeisureLink/dreamcatcher-api/tree/BLUE_IH_SAPI/express/api-schema/v1
This client is setup to auto-publish to npm when a new tag has been created from master. To publish your changes:
master
via pull requestmaster
branchnpm version {major|minor|patch}
Once a new version has been set, the preversion script will make sure you are on the master branch, and the postversion script will push the changes to the version as well as the new tag that gets created. CircleCI will then npm publish
after all tests have successfully passed.
FAQs
Integration hub client
The npm package @leisurelink/integration-hub-client receives a total of 96 weekly downloads. As such, @leisurelink/integration-hub-client popularity was classified as not popular.
We found that @leisurelink/integration-hub-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 18 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
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.