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
6
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 1.5.3 to 1.6.0

5

backbone-component-template/README.md

@@ -34,8 +34,7 @@ # {{PascalName}}

## Tests
Tests are in [prova](https://github.com/azer/prova). You can run them with:
Tests are in [tape](https://github.com/substack/tape). You can run them with:
```bash
prova -b -e -l chrome -t hbsfy test.js
browserify -t hbsfy --debug | smokestack
```
## Developing

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

2

backbone-component-template/test.js

@@ -1,2 +0,2 @@

var test = require('prova')
var test = require('tape')
, {{PascalName}} = require('./index.js')

@@ -3,0 +3,0 @@ , sinon = require('sinon')

@@ -1,2 +0,2 @@

var test = require('prova')
var test = require('tape')
, {{PascalName}}Pane = require('./index.js')

@@ -3,0 +3,0 @@ , sinon = require('sinon')

@@ -47,8 +47,7 @@ # {{PascalName}} Pane

## Tests
Tests are in [prova](https://github.com/azer/prova). You can run them with:
Tests are in [tape](https://github.com/substack/tape). You can run them with:
```bash
prova -b -e -l chrome -t hbsfy test.js
browserify -t hbsfy --debug | smokestack
```
## Developing

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

@@ -1,2 +0,2 @@

var test = require('prova')
var test = require('tape')
, {{PascalName}}Step = require('./step.js')

@@ -3,0 +3,0 @@ , sinon = require('sinon')

{
"name": "ribcage-gen",
"version": "1.5.3",
"version": "1.6.0",
"description": "A generator script for ribcage components",

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

@@ -34,8 +34,7 @@ # {{PascalName}}

## Tests
Tests are in [prova](https://github.com/azer/prova). You can run them with:
Tests are in [tape](https://github.com/substack/tape). You can run them with:
```bash
prova -b -e -l chrome -t hbsfy test.js
browserify -t hbsfy --debug | smokestack
```
## Developing

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

@@ -1,2 +0,2 @@

var test = require('prova')
var test = require('tape')
, {{PascalName}} = require('./index.js')

@@ -3,0 +3,0 @@ , sinon = require('sinon')

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