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 Versions

1
51

0.3.1

Diff

Changelog

Source

[0.3.1] - 2019-06-18

Added

  • formsAppId options to Forms.generateFormUrl()
mymattcarroll
published 0.3.1-beta.1 •

aaronroworth
published 0.3.0 •

Changelog

Source

[0.3.0] - 2019-06-07

Breaking Changes

  • Forms.generateFormUrl()) now takes an object with the following properties
    • formId
    • externalId
    • preFillData
    • expiryInSeconds
const OneBlink = require('@oneblink/sdk')

const options = {
  accessKey: '123455678901ABCDEFGHIJKL',
  secretKey: '123455678901ABCDEFGHIJKL123455678901ABCDEFGHIJKL'
}
const formsSDK = new OneBlink.Forms(options)

-const formId = 1
-const externalId = 'My Custom Identifier'
-const preFillData = {
-  'FieldName1' : 'A Machine',
-  'FieldName2' : 'Room B'
-}
-formsSDK.generateFormUrl(formId, externalId, preFillData)
+formsSDK.generateFormUrl({
+  formId: 1,
+  externalId: 'My Custom Identifier',
+  preFillData: {
+    'FieldName1' : 'A Machine',
+    'FieldName2' : 'Room B'
+  }
+})
aaronroworth
published 0.3.0-beta.1 •

mymattcarroll
published 0.2.9 •

Changelog

Source

[0.2.9] - 2019-06-03

Added

mymattcarroll
published 0.2.9-beta.1 •

mymattcarroll
published 0.2.8 •

Changelog

Source

[0.2.8] - 2019-05-23

Added

  • ON-4090 # added form and infoPage element types
  • ON-4098 # Strip out unwanted properties from form elements
  • FormsApps class
mymattcarroll
published 0.2.8-beta.6 •

mymattcarroll
published 0.2.8-beta.5 •

mymattcarroll
published 0.2.8-beta.4 •

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