Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@deskpro/apps-sdk-core
Advanced tools
Core javascript SDK for building Deskpro Apps
To install, run:
npm install
The recommended way to build this project is to use Deskpro Apps Tool, known on the command line as dpat
Dpat is main tool to build and package apps at Deskpro and comes bundled with all the dependencies like Babel and Webpack and many more and it is constantly updated.
Chances are, if you need to build this sdk project, that you would also need to build other sdk projects so it is best to install it globally:
npm install -g @deskpro/apps-dpat
If you want to have installed locally, run:
npm install -g @deskpro/apps-dpat
If you have a previous version of dpat installed, it is important that you update to the latest version
To compile the sdk run:
npm run make-clean && npm run make-lib
To package the sdk run:
npm run make-clean && npm run make-lib && npm run make-dist
In the master branch, after the changes are merged, bump the version using npm version --no-git-tag-version <VERSION>
, add the release message for <VERSION>
at the top in CHANGELOG.md
and commit.
Then add a version tag using git tag v<VERSION> -m 'Tag <VERSION>'
and push both changes and the new tag. Travis-CI will take care of publishing the package on npmjs.
You must have Deskpro Apps Tool installed to run the tests. After you install it, run
npm run test
[2.0.0][] - 2018-07-12
ContextObject.get
using property pathsContext.object
property with Context.get(objectType:String)
methodContextHostUITab.getTabData
FAQs
core component of deskpro apps sdk
The npm package @deskpro/apps-sdk-core receives a total of 1 weekly downloads. As such, @deskpro/apps-sdk-core popularity was classified as not popular.
We found that @deskpro/apps-sdk-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.