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

ribcage-gen

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ribcage-gen - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

6

component-template/index.js

@@ -13,3 +13,3 @@ var Base = require('ribcage-view')

, State = State.extend({
, State: State.extend({
props: {

@@ -21,3 +21,3 @@

, events: {
'keyup input': 'onInputKeyup'
// 'keyup input': 'onInputKeyup'
}

@@ -51,3 +51,3 @@

, beforeInit: function beforeInit(options){
this.state = new this.State(_.omit(options, ['model', 'collection'])
this.state = new this.State(_.omit(options, ['model', 'collection']))
}

@@ -54,0 +54,0 @@

# {{PascalName}}
Describe what this component does!
## Usage

@@ -14,13 +16,26 @@ ```js

## Options
## JS Options
### `<String> option` **Required**
Defaults to "hi". Controls X.
### JS
## JS Methods
### `doesThings(<Number> arg)`
Does X. Arg is used for Y. Returns Z.
### CSS
## JS Events
### eventName `(<Number> arg)`
Emitted when Z happens. `arg` is a Y.
## Methods
## CSS Variables
## CSS Classes
CSS classes that might be useful for the outside world. Probably not too useful if this is mostly a JS component.
## Tests
Tests are in [prova](https://github.com/azer/prova).
Tests are in [prova](https://github.com/azer/prova). You can run them with:
```bash
prova -b -e -l chrome -t hbsfy test.js
```
## Developing

@@ -27,0 +42,0 @@ Install [ribcage](https://github.com/Techwraith/ribcage)

{
"name": "ribcage-gen",
"version": "0.2.1",
"version": "0.2.2",
"description": "A generator script for ribcage components",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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