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

systemic

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

systemic - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

index.js
var async = require('async')
var debug = require('debug')('node-boot:index')
var debug = require('debug')('systemic:index')
var format = require('util').format

@@ -4,0 +4,0 @@ var Toposort = require('toposort-class')

{
"name": "systemic",
"version": "0.1.2",
"version": "0.1.3",
"description": "A minimal dependency injection library for node",

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

@@ -129,3 +129,3 @@ # Systemic

Configuration *can* work just like any other component, but because it is so common to want to inject nested sub-documents, e.g. ```config.logger``` or ```config.mongo``` into your components, there's a shorthand for doing this...
```
```js
new System()

@@ -132,0 +132,0 @@ .configure(config())

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