Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

extended-spine-di

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extended-spine-di

[ABANDONED] Some extensions for spine framework with dependency injection

  • 1.0.5
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

extended-spine-di

Extended spine framework with dependency-injection. It gives you ability to instantiate controllers almost like in Angular.

You can use it for example with SimQ.

Abandoned

Unfortunately I don't have any more time to maintain this repository :-(

sad cat

Installation

$ npm install extended-spine-di

Setup

Controller = require 'extended-spine-di'
Controller.init($, diContainer)

Usage

Controller = require 'extended-spine-di/Controller'

class MyController extends Controller

	constructor: (@el, http, jQuery) ->
		super


module.exports = MyController

Now your controller will have got http and jQuery services from your di container.

Tests

$ npm test

Changelog

  • 1.0.5

    • Move under Carrooi organization
    • Abandon package
  • 1.0.3 - 1.0.4

    • Some updates
  • 1.0.2

    • Bug with inheritance
  • 1.0.1

    • Typo in tests
  • 1.0.0

    • Initial version

Keywords

FAQs

Package last updated on 17 Jul 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc