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

@videsk/headway-sdk

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@videsk/headway-sdk - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "@videsk/headway-sdk",
"umdName": "HeadwaySDK",
"version": "1.1.1",
"version": "1.1.2",
"description": "Headway SDK for integrate changelog in custom HTML node.",

@@ -6,0 +6,0 @@ "files": [

@@ -20,4 +20,3 @@ # Headway SDK

```js
const changelog = new HeadwaySDK();and not have any business direct relation with Headway App, Inc.
This SDK was developed because Videsk need integrate Headway app in custom UI, more programmatically and
const changelog = new HeadwaySDK();
changelog.on('height', height => {

@@ -38,12 +37,25 @@ // Set height to the iframe or parent node that contain the iframe

**before**
**property**
```js
changelog.events.ready = function () {
// Do something
};
changelog.events.badge = function () {
// Do something
};
```
**method**
```js
changelog.on('ready', function () {
// Do something
});
```
```js
changelog.on('badge', function () {
// Do something
});
```
## Ready

@@ -50,0 +62,0 @@

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