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

@liquid-state/iwa-desktop

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liquid-state/iwa-desktop - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

dist/middleware/setReady.d.ts

1

dist/middleware/index.d.ts

@@ -9,3 +9,4 @@ import { INativeCommunicator, WrappedSendingMessage } from '@liquid-state/iwa-core/dist/communicator/communicator';

keyValue: (dispatch: (response: any) => void) => (next: (message: WrappedSendingMessage) => void, done: () => void) => (message: WrappedSendingMessage) => void;
setReady: (dispatch: (response: any) => void) => (next: (message: WrappedSendingMessage) => void, done: () => void) => (message: WrappedSendingMessage) => void;
};
export default _default;

5

dist/middleware/index.js
import config from './config';
import navigation from './navigation';
import keyValue from './keyValue';
import setReady from './setReady';
var injectDefaultMiddleware = function (communicator) {

@@ -10,2 +11,3 @@ if (!communicator.addOnSendMiddleware) {

communicator.addOnSendMiddleware(keyValue);
communicator.addOnSendMiddleware(setReady);
return communicator;

@@ -17,4 +19,5 @@ };

navigation: navigation,
keyValue: keyValue
keyValue: keyValue,
setReady: setReady,
};
//# sourceMappingURL=index.js.map
{
"name": "@liquid-state/iwa-desktop",
"version": "0.2.2",
"version": "0.2.3",
"description": "A set of functions and utilities to make it easy to run IWAs in a desktop environment.",

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

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