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
4
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 0.2.7-beta.1 to 0.2.7-beta.2

9

lib/forms-validation.js

@@ -13,6 +13,7 @@ // @flow

) /* : T */ {
const validatedResult = Joi.validate(data, schema, options)
if (validatedResult.error) {
throw new Error(validatedResult.error)
} else return validatedResult.value
const result = Joi.validate(data, schema, options)
if (result.error) {
throw result.error
}
return result.value
}

@@ -19,0 +20,0 @@

{
"name": "@oneblink/sdk",
"description": "OneBlink SDK to serve as an entry point for all OneBlink Services in NodeJS",
"version": "0.2.7-beta.1",
"version": "0.2.7-beta.2",
"bugs": {

@@ -6,0 +6,0 @@ "url": "https://github.com/blinkmobile/oneblink-sdk-js/issues"

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