Socket
Socket
Sign inDemoInstall

@zenginehq/backend-webhooks

Package Overview
Dependencies
0
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

.nyc_output/3a819ee3-e064-4551-b291-a310109eec9b.json

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="1.2.1"></a>
## [1.2.1](https://github.com/ZengineHQ/zn-backend-webhooks/compare/1.2.0...1.2.1) (2018-10-17)
<a name="1.2.0"></a>

@@ -7,0 +12,0 @@ # 1.2.0 (2018-08-17)

10

package.json
{
"name": "@zenginehq/backend-webhooks",
"version": "1.2.0",
"version": "1.2.1",
"description": "Helper library for working with Webhooks in Zengine backend plugins.",

@@ -11,3 +11,3 @@ "main": "index.js",

"cover": "nyc --reporter=lcov npm test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"release": "npm run lint && npm test && standard-version"
"release": "npm run lint && npm test && standard-version -t ''"
},

@@ -30,9 +30,9 @@ "repository": {

"devDependencies": {
"chai": "^4.1.2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.2",
"jsdoc": "^3.5.5",
"jshint": "^2.9.5",
"jshint": "^2.9.6",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"nyc": "^13.1.0",
"standard-version": "^4.4.0"

@@ -39,0 +39,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc