New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@deskpro/apps-sdk-core

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deskpro/apps-sdk-core

core component of deskpro apps sdk

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
4
Weekly downloads
 
Created
Source

deskproapps-sdk-core · Build Status

Core javascript SDK for building Deskpro Apps

Contents

Installation

To install, run:

npm install

Building

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

Releasing

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.

Running tests

You must have Deskpro Apps Tool installed to run the tests. After you install it, run

npm run test 

Keywords

FAQs

Package last updated on 12 Jul 2018

Did you know?

Socket

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.

Install

Related posts

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