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

@looker/extension-sdk-react

Package Overview
Dependencies
Maintainers
9
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@looker/extension-sdk-react - npm Package Compare versions

Comparing version 0.6.6 to 0.6.7

4

lib/components/ExtensionProvider/ExtensionProvider.js

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

requiredLookerVersion = _ref.requiredLookerVersion,
chattyTimeout = _ref.chattyTimeout,
children = _ref.children;

@@ -127,3 +128,4 @@

requiredLookerVersion: requiredLookerVersion,
hostChangedRoute: hostChangedRoute
hostChangedRoute: hostChangedRoute,
chattyTimeout: chattyTimeout
});

@@ -130,0 +132,0 @@

@@ -81,2 +81,7 @@ import { ExtensionSDK } from '@looker/extension-sdk';

children: any;
/**
* Timeout for messages sent via chatty. Defaults to 30000 milliseconds.
* Set to -1 for no timeout.
*/
chattyTimeout?: number;
}

@@ -83,0 +88,0 @@ /**

{
"name": "@looker/extension-sdk-react",
"version": "0.6.6",
"version": "0.6.7",
"description": "Looker Extension SDK for React",

@@ -29,3 +29,3 @@ "main": "lib/index",

"@babel/runtime": "^7.4.3",
"@looker/extension-sdk": "^0.12.5",
"@looker/extension-sdk": "^0.12.6",
"@looker/sdk": "^0.3.7-beta.4",

@@ -32,0 +32,0 @@ "@testing-library/jest-dom": "^4.2.4",

@@ -108,2 +108,7 @@ /*

children: any
/**
* Timeout for messages sent via chatty. Defaults to 30000 milliseconds.
* Set to -1 for no timeout.
*/
chattyTimeout?: number
}

@@ -110,0 +115,0 @@

Sorry, the diff of this file is not supported yet

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