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

stylus-lang-bundle

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylus-lang-bundle

Browser friendly version of Stylus Language

  • 0.64.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Stylus Language Bundle

This repository bundles Stylus language compiler into a single file that can be used in the browser.

The current version of the compiler is 0.58.1.

Live demo

https://raw.githack.com/openstyles/stylus-lang-bundle/master/demo/

Install

Via npm:

$ npm install stylus-bundle

Or via unpkg CDN:

<script src="https://unpkg.com/stylus-lang-bundle@0.58.1/dist/stylus-renderer.min.js"></script>

Usage

// stylus-renderer.min.js exports a single class `StylusRenderer` to global
function render(input) {
  try {
    return new StylusRenderer(input).render();
  } catch (err) {
    console.error(err);
  }
}

Home page

Home page for this program with examples, documentation and a live demo: http://stylus-lang.com/

Changelog

  • 0.58.1 (Jun 23, 2022)

    • Bump stylus-lang to 0.58.1

Keywords

FAQs

Package last updated on 04 Jan 2025

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