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

@mozart-js/mozart

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mozart-js/mozart

The mozart way of get the user navigation on websites.

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Mozart.js

:bird: The mozart way of get the user navigation on websites.

Getting Started

Download the script file clicking here

OR

Install package via npm:

npm install @mozart-js/mozart

Creating instance

<script src="mozart.min.js"></script> // Import downloaded script file
<script type="text/javascript">
  var options = {
    beforeUnload: undefined,
    post: {
      method: 'POST',
      href: '/leads'
    }
  };

  var Mozart = new Mozart(options);
</script>

Contribute

In first of all, fork the repo.

After clone the fork, make sure of install the dependencies, and the rollup as a globally dependency. To build files, use the rollup -c or by the npm script build.

Then, make a pull request with a nice description of changes.

License

MIT License.

Made with ❤️ by

Be part of this list too, contribute with us :)

Keywords

FAQs

Package last updated on 03 May 2022

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