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.6.0 to 1.6.1

8

backbone-component-template/test.js

@@ -17,3 +17,3 @@ var test = require('tape')

test('{{PascalName}}: constructor', function(t){
test('{{PascalName}}: constructor', function constructorTest(t){
var view = createView()

@@ -30,3 +30,3 @@

test('{{PascalName}}#bindEvents', function(t){
test('{{PascalName}}#bindEvents', function bindEventsTest(t){
var view = createView()

@@ -53,3 +53,3 @@ , fn = view.bindEvents

test('{{PascalName}}#beforeInit', function(t){
test('{{PascalName}}#beforeInit', function beforeInitTest(t){
var view = createView()

@@ -67,3 +67,3 @@ , fn = view.beforeInit

test('{{PascalName}}#context', function(t){
test('{{PascalName}}#context', function contextTest(t){
var view = createView()

@@ -70,0 +70,0 @@ , fn = view.context

@@ -17,3 +17,3 @@ var test = require('tape')

test('Pane: {{PascalName}}: constructor', function(t){
test('Pane: {{PascalName}}: constructor', function constructorTest(t){
var view = createView()

@@ -30,3 +30,3 @@

test('Pane: {{PascalName}}#bindEvents', function (t){
test('Pane: {{PascalName}}#bindEvents', function bindEventsTest(t){
var view = createView()

@@ -53,6 +53,6 @@ , fn = view.bindEvents

test('Pane: {{PascalName}}#beforeInit', function(t){
test('Pane: {{PascalName}}#beforeInit', function beforeInitTest(t){
var view = createView()
, fn = view.beforeInit
, options = {}
, options = defaultOptions

@@ -68,3 +68,3 @@ fn.call(view, options)

test('Pane: {{PascalName}} properties', function(t){
test('Pane: {{PascalName}} properties', function propertiesTest(t){
var view = createView()

@@ -71,0 +71,0 @@

@@ -17,3 +17,3 @@ var test = require('tape')

test('Step: {{PascalName}}: constructor', function(t){
test('Step: {{PascalName}}: constructor', function constructorTest(t){
var view = createView()

@@ -30,3 +30,3 @@

test('Step: {{PascalName}}#bindEvents', function (t){
test('Step: {{PascalName}}#bindEvents', function bindEventsTest(t){
var view = createView()

@@ -53,3 +53,3 @@ , fn = view.bindEvents

test('Step: {{PascalName}}#beforeInit', function(t){
test('Step: {{PascalName}}#beforeInit', function beforeInitTest(t){
var view = createView()

@@ -56,0 +56,0 @@ , fn = view.beforeInit

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

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

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