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

@biconomy/abstractjs-canary

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@biconomy/abstractjs-canary

Experimental Developer Access to Biconomy MEE

  • 0.1.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
149
increased by122.39%
Maintainers
0
Weekly downloads
 
Created
Source

AbstractJS

Currently named: mee-experimental

In order to run the repository:

bun i
bun test

Tests

Currently the only tests which this project has interact with testnets, due to several limitations:

  • AbrstactJS depends on triggering bridges and intent solvers, all of which can't be properly simulated in a local environment.
  • AbstractJS depends on the MEE Node, which hasn't yet been set-up in a local environment.
  • For tests to work, an .env file needs to contain the TEST_PRIVATE_KEY variable!

Run tests with bun test

Building

To build the project do bun run build

Publishing

Production Release

To publish a new production version:

  1. Create a new changeset (documents your changes):
bun run changeset
  1. Version the package (updates package.json and changelog):
bun run changeset:version
  1. Publish to npm:
bun run changeset:release

Canary Release

To publish a canary (preview) version:

bun run changeset:release:canary

This will publish a canary version to npm with a temporary version number. The original package.json will be restored automatically after publishing.

Note: You need to have appropriate npm permissions to publish the package.

FAQs

Package last updated on 03 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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