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

@rees46/chain-library

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rees46/chain-library

REES46 Chain library

  • 2.2.16
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-83.87%
Maintainers
0
Weekly downloads
 
Created
Source

Chain library

Install

Add to package.json:

{
  "dependencies": {
    "@rees46/chain-library": "latest"
  }
}

And run yarn.

Dev

Run yarn dev and open http://localhost:8080

How to use

Add global container to your page for make rules tree:

<div class="r-chain-rules module-right-2">
	<div id="chain_rules_container"></div>
</div>

Add sidebar for editor:

<div class="r-modal-conditions">
	<h3 class="r-modal-title"></h3>
	<div class="r-modal-body"></div>
	<div class="r-modal-footer">
		<button class="r-submit">Ok</button>
	</div>
</div>
const API_KEY = 'KEY';
const API_HOST = 'HOST';
let rules = new ChainRules(CHAIN_ID, '#chain_rules_container', '.r-modal-conditions');

FAQs

Package last updated on 12 Dec 2024

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