@jymfony/util
Advanced tools
Comparing version 0.1.0-alpha.20 to 0.1.0-alpha.21
@@ -83,2 +83,6 @@ global.isGenerator = function isGenerator(value) { | ||
if (undefined !== global.BoundFunction && obj.hasOwnProperty('innerObject') && obj.innerObject instanceof BoundFunction) { | ||
return true; | ||
} | ||
if (isGeneratorFunction(obj)) { | ||
@@ -85,0 +89,0 @@ return true; |
{ | ||
"name": "@jymfony/util", | ||
"version": "0.1.0-alpha.20", | ||
"version": "0.1.0-alpha.21", | ||
"description": "Jymfony util functions", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@jymfony/exceptions": "0.1.0-alpha.20" | ||
"@jymfony/exceptions": "0.1.0-alpha.21" | ||
}, | ||
@@ -26,2 +26,3 @@ "devDependencies": { | ||
"@jymfony/datastructure": "*", | ||
"@jymfony/debug": "*", | ||
"chai": "^4.2", | ||
@@ -28,0 +29,0 @@ "mocha": "^6.0" |
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
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
140764
4113
5
+ Added@jymfony/exceptions@0.1.0-alpha.21(transitive)
- Removed@jymfony/exceptions@0.1.0-alpha.20(transitive)