Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sprucelabs/sprucebot-node

Package Overview
Dependencies
Maintainers
9
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sprucelabs/sprucebot-node - npm Package Compare versions

Comparing version 7.5.0 to 7.5.1-pre-3db6d36.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [7.5.1-pre-3db6d36.0](https://github.com/sprucelabsai/workspace.sprucebot-skills-kit/compare/v7.5.0...v7.5.1-pre-3db6d36.0) (2018-10-20)
### Features
* Implement sprucebot logger and audit log ([3db6d36](https://github.com/sprucelabsai/workspace.sprucebot-skills-kit/commit/3db6d36))
# [7.5.0](https://github.com/sprucelabsai/workspace.sprucebot-skills-kit/compare/v7.4.4...v7.5.0) (2018-10-08)

@@ -8,0 +19,0 @@

@@ -653,4 +653,18 @@ const Https = require('./https')

}
/**
* Audit log or logs to send
*
* @param auditLogs
*/
async audit(auditLogs) {
if (!Array.isArray(auditLogs)) {
auditLogs = [auditLogs]
}
const result = await this.https.post(`/audit`, auditLogs)
return result
}
}
module.exports = Sprucebot

4

package.json

@@ -6,3 +6,3 @@ {

},
"version": "7.5.0",
"version": "7.5.1-pre-3db6d36.0",
"description": "Jam with the Sprucebot API in your favorite scripting language. 🤓",

@@ -42,3 +42,3 @@ "keywords": [

},
"gitHead": "5c4004f3c2dd0e392fea4166fbe341ed3d287bfe"
"gitHead": "3db6d36168b62d6739b83dba06c1b09d5ad700c6"
}
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