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

@bahulneel/datascript-mori

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bahulneel/datascript-mori

Wrapper for datascript interplay mori

  • 0.18.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

datascript-mori

Wrapper for datascript interplay mori

Overview

Datascript is briliant library. Mori is very excelent too. But for CloureScript. In Javascript World these are two separate projects, each of which uses a large part ClojureScript Runtime. This package join their codebase, and also open access for all Datascript API.

Setup

DataScript-Mori can be used from any JS engine without additional dependencies:

<script src="datascript-mori.js"></script>

or as a CommonJS module (npm page):

npm install @bahulneel/datascript-mori
var ds = require('datascript-mori');

or as a RequireJS module:

require(['datascript-mori'], function(ds) { ... });

License

Copyright © 2016 typeetfunc

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Keywords

FAQs

Package last updated on 13 Feb 2020

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