extended-spine
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -76,3 +76,6 @@ // Generated by CoffeeScript 1.6.3 | ||
defaultDi = null; | ||
if (args[0] instanceof DI) { | ||
if (args.length === 0) { | ||
scope = defaultScope; | ||
di = defaultDi; | ||
} else if (args[0] instanceof DI) { | ||
di = args[0]; | ||
@@ -79,0 +82,0 @@ scope = defaultScope; |
{ | ||
"name": "extended-spine", | ||
"description": "Some extensions for spine framework", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "David Kudera", |
@@ -177,2 +177,5 @@ [![NPM version](https://badge.fury.io/js/extended-spine.png)](http://badge.fury.io/js/extended-spine) | ||
* 1.3.1 | ||
+ Bug in `init` method | ||
* 1.3.0 | ||
@@ -179,0 +182,0 @@ + Refactoring |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
244002
3438
211