Socket
Socket
Sign inDemoInstall

derivable-devtools

Package Overview
Dependencies
61
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    derivable-devtools

## Usage


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Install size
15.6 MB
Created
Weekly downloads
 

Readme

Source

derivable devtools

Usage

import 'derivable-devtools'; // Should be placed before first derivable import
import { atom } from 'derivable';

const name = atom('David');

name.react(d => {
  console.log(d);
});

TODO

  • babel-plugin-derivable for extracting atoms and derivations names
  • new layouts
  • better value editor
  • chrome extension with devtools integration
  • better design
  • tests
  • Something more?

License

MIT © Bogdan Chadkin

FAQs

Last updated on 08 Nov 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc