Socket
Socket
Sign inDemoInstall

@glimmer/component

Package Overview
Dependencies
13
Maintainers
12
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @glimmer/component

Glimmer component library


Version published
Maintainers
12
Install size
34.7 MB
Created

Changelog

Source

v2.0.0-beta.15 (2021-03-25)

:bug: Bug Fix
  • @glimmer/babel-preset, @glimmer/component, @glimmer/core, @glimmer/debug, @glimmer/helper, @glimmer/modifier, @glimmer/ssr, @glimmer/tracking
    • #340 Ensure @glimmer/babel-preset is usable in browsers (@pzuraq)
Committers: 1

Readme

Source

@glimmer/component

npm version CI

Installation

Add this package to your project with Yarn:

yarn add @glimmer/component

Or alternatively with npm:

npm install --save-dev @glimmer/component

Usage

To use this in a Glimmer application, import the package and export an extended class:

import Component from '@glimmer/component';

export default class MyComponent extends Component {
}

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/glimmerjs/glimmer.js.

Acknowledgements

Thanks to Monegraph for funding the initial development of this library.

License

MIT License.

Keywords

FAQs

Last updated on 25 Mar 2021

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