New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

singular

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

singular - npm Package Compare versions

Comparing version
3.6.0-beta1
to
3.7.0-beta1
+1
-1
package.json
{
"name": "singular",
"version": "3.6.0-beta1",
"version": "3.7.0-beta1",
"description": "Application dependency injection manager",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -53,2 +53,3 @@ var toposort = require('toposort')

this._registerModule(name, module)
this.order = getInitializationOrder(this.modules)
}

@@ -66,2 +67,7 @@

this._unregisterModule(name)
this.order = getInitializationOrder(this.modules)
}
Singular.prototype._unregisterModule = function(name) {
delete this.modules[name]

@@ -68,0 +74,0 @@ delete this.scope[name]