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

@schukai/monster

Package Overview
Dependencies
Maintainers
1
Versions
333
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schukai/monster

Monster is a simple library for creating fast, robust and lightweight websites.

  • 1.4.0
  • npm
  • Socket score

Version published
Weekly downloads
698
increased by43.62%
Maintainers
1
Weekly downloads
 
Created
Source

Monster

Monster is a lightweight, robust and easy-to-use library with modest ambitions. Monster integrates easily into your existing websites without taking over everything.

It is not the goal of Monster to pull in a completely new abstraction with its own language, but to combine the existing techniques of HTML,
CSS and Javascript in a meaningful way.

Monster is perfectly suited for the creation of beautiful and fast
user interfaces and websites. The basis is formed by core functions that
can be supplemented by necessary classes and objects.

One design target is to reach the shiny sun with as little Javascript as possible.

Monster was built with ES6 modules and uses import
and export.

There is a version in the /dist folder that was built via browserify and
thus supports all browsers that are compatible with ES5.

Installation

npm install @schukai/monster

CDN

<script type="module">
  import {Monster} from 'https://unpkg.com/@schukai/monster@1.4.0/dist/modules/monster.js';
  console.log(Module.getVersion())
</script>

nomodule for backwards compatibility

<script type="module" src="https://unpkg.com/@schukai/monster@1.4.0/dist/modules/monster.js"></script>
<script nomodule src="https://unpkg.com/@schukai/monster@1.4.0/dist/monster.js"></script>

Documentation

To check out docs and examples, visit doc.alvine.io.

Questions

For questions and commercial support please contact schukai GmbH. The issue list of this repo is exclusively for bug reports and feature requests.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

License

Copyright © 2021 schukai GmbH

AGPL

you can also purchase a commercial licence

Changelog

Detailed changes for each release are documented in the CHANGELOG.

Keywords

FAQs

Package last updated on 04 Jul 2021

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