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

aelf-bridge

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aelf-bridge - npm Package Compare versions

Comparing version 0.0.11-alpha.3 to 0.0.11-alpha.4

2

dist/aelf-bridge.js.LICENSE.txt

@@ -9,3 +9,3 @@ /*!

/*!
* aelf-bridge.js v0.0.11-alpha.2
* aelf-bridge.js v0.0.11-alpha.4
* (c) 2019-2024 AElf

@@ -12,0 +12,0 @@ * Released under MIT License

{
"name": "aelf-bridge",
"version": "0.0.11-alpha.3",
"version": "0.0.11-alpha.4",
"description": "A library to interact with native apps",

@@ -5,0 +5,0 @@ "main": "dist/aelf-bridge.js",

@@ -8,3 +8,5 @@ /**

import { randomId, serializeMessage, deserializeMessage } from '../utils/utils.js';
import { window } from '../utils/storage.js';
const eventType = 'message';

@@ -11,0 +13,0 @@

@@ -32,1 +32,7 @@ /**

}
const globalWindow = getWindow();
export {
globalWindow as window
};

@@ -6,3 +6,5 @@ /**

import { v4 as uuidv4, v5 as uuidv5 } from 'uuid';
import { window } from './storage.js';
export const randomId = () => uuidv4().replace(/-/g, '');

@@ -9,0 +11,0 @@

Sorry, the diff of this file is too big to display

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