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

@oneblink/sdk

Package Overview
Dependencies
Maintainers
0
Versions
511
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oneblink/sdk - npm Package Compare versions

Comparing version 7.1.0-beta.2 to 7.1.0-beta.3

2

package.json
{
"name": "@oneblink/sdk",
"description": "OneBlink SDK to serve as an entry point for all OneBlink Services in NodeJS",
"version": "7.1.0-beta.2",
"version": "7.1.0-beta.3",
"author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",

@@ -6,0 +6,0 @@ "bugs": {

@@ -191,2 +191,3 @@ "use strict";

'POWER_AUTOMATE_FLOW',
'CP_INTEGRATION_HUB_WEBHOOK',
'PDF',

@@ -215,5 +216,6 @@ 'EMAIL',

.when('type', {
is: 'POWER_AUTOMATE_FLOW',
is: joi_1.default.valid('POWER_AUTOMATE_FLOW', 'CP_INTEGRATION_HUB_WEBHOOK'),
then: joi_1.default.object().keys({
url: joi_1.default.string().uri().required(),
formId: joi_1.default.number(),
}),

@@ -220,0 +222,0 @@ })

Sorry, the diff of this file is not supported yet

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