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.5 to 0.0.11-alpha.6

src/__tests__/utils/StorageService.test.js

11

package.json
{
"name": "aelf-bridge",
"version": "0.0.11-alpha.5",
"version": "0.0.11-alpha.6",
"description": "A library to interact with native apps",

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

"prepare": "husky",
"lint-staged": "lint-staged"
"lint-staged": "lint-staged",
"test": "jest --config=jest.config.js --detectOpenHandles",
"test:coverage": "jest --config=jest.config.js --coverage --detectOpenHandles"
},

@@ -61,3 +63,5 @@ "author": "atom-yang",

"@eslint/compat": "^1.1.0",
"@types/jest": "^29.5.12",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",

@@ -81,2 +85,5 @@ "babel-plugin-transform-import-meta": "^2.2.1",

"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"lint-staged": "^15.2.7",

@@ -83,0 +90,0 @@ "prettier": "^3.3.2",

@@ -11,7 +11,16 @@ # aelf-bridge

<a href="http://commitizen.github.io/cz-cli/"><img alt="Commitizen friendly" src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg"></a>
<a href="https://github.com/aelf-lxy/aelf-js-bridge/actions/workflows/publish.yml">
<img alt="coverage" src="https://github.com/aelf-lxy/aelf-js-bridge/actions/workflows/publish.yml/badge.svg">
<a href="https://github.com/AElfProject/aelf-js-bridge/actions/workflows/publish.yml">
<img alt="coverage" src="https://github.com/AElfProject/aelf-js-bridge/actions/workflows/publish.yml/badge.svg">
</a>
</p>
| Branch | Tests | Coverage |
|--------------|-----------------|----------------|
| `feature/badge` | ![Tests](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AElfProject/aelf-js-bridge/feature/badge-json/feature-ssr-window-test-results.json) | ![Coverage](https://AElfProject.github.io/aelf-js-bridge/badges.svg) |
## Descriptions
## Table of Contents

@@ -18,0 +27,0 @@ - [Introduction](#introduction)

1

src/utils/utils.js

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

export const randomId = () => uuidv4().replace(/-/g, '');

@@ -11,0 +10,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