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

@deskpro/apps-ci-tools

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deskpro/apps-ci-tools - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

11

CHANGELOG.md

@@ -7,2 +7,8 @@ # Changelog

## [0.2.1][] - 2018-09-11
### Fixed
fixed github request comment request payload
## [0.2.0][] - 2018-09-11

@@ -15,3 +21,4 @@

[Unreleased]: https://github.com/deskpro/apps-ci-tools/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/deskpro/apps-ci-tools/tree/v0.2.0
[Unreleased]: https://github.com/deskpro/apps-ci-tools/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/deskpro/apps-ci-tools/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/deskpro/apps-ci-tools/tree/v0.2.0

2

package.json

@@ -9,3 +9,3 @@ {

"name": "@deskpro/apps-ci-tools",
"version": "0.2.0",
"version": "0.2.1",
"description": "various command line tools used during the build process by deskpro apps",

@@ -12,0 +12,0 @@ "main": "src/dpbuild.js",

@@ -33,3 +33,3 @@ "use strict";

},
body: comment
body: JSON.stringify({ body: comment })
}).then(function (response) {

@@ -36,0 +36,0 @@

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