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

marionette.toolkit

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marionette.toolkit - npm Package Versions

12

0.4.0

Diff

Changelog

Source

v0.4.0

  • Toolkit now exports App, Component and StateClass to npm separately.
  • StateModel can now be defined as a function returning a Backbone.Model
  • A Component ViewClass can now be defined as a function returning a View
  • If defining childApps as a function, it is now passed the same options as initialize
  • Prevent an App from destroying more than once
terrenceljones
published 0.3.0 •

Changelog

Source

v0.3.0

  • Revert 0.2.2 bugfix
  • Returning Toolkit as a require object var Toolkit = require('Marionette.Toolkit');
  • Add name to childApp Instance and getName method
  • Add bower.json definition
  • Add appName to DuplicateChildAppError
brentli1
published 0.2.2 •

Changelog

Source

v0.2.2

  • Bug Fix - Passed in options to child app on start
paulfalgout
published 0.2.1 •

Changelog

Source

v0.2.1

  • No code changes
  • Fixed html test runner
  • Documentation update with version bump for npm publish ¯_(ツ)_/¯
paulfalgout
published 0.2.0 •

Changelog

Source

v0.2.0

  • 100% Code Coverage @brentli1!!
  • Component now mixes in the StateModel instance as stateModel instead of model
  • stateDefaults are now on StateClass and defaults was removed from `Component
  • Added Toolkit.noConflict
  • App now has a triggerStart method that can be overridden to introduce async app starts
  • App buildApp is now easier to override
  • Component buildView is now easier to override
  • You can now pass options to the Component's view via showIn show and renderView
  • Component now attaches its view as currentView instead of view
  • bugfixes
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