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.1.2 to 0.2.0

dist/middleware/keyValue.d.ts

1

dist/middleware/index.d.ts

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

navigation: (dispatch: (response: any) => void) => (next: (message: WrappedSendingMessage) => void, done: () => void) => (message: WrappedSendingMessage) => void;
keyValue: (dispatch: (response: any) => void) => (next: (message: WrappedSendingMessage) => void, done: () => void) => (message: WrappedSendingMessage) => void;
};
export default _default;
import config from './config';
import navigation from './navigation';
import keyValue from './keyValue';
var injectDefaultMiddleware = function (communicator) {
communicator.addOnSendMiddleware(navigation);
communicator.addOnSendMiddleware(keyValue);
return communicator;

@@ -11,3 +13,4 @@ };

navigation: navigation,
keyValue: keyValue
};
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@liquid-state/iwa-desktop",
"version": "0.1.2",
"version": "0.2.0",
"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