Comparing version 0.0.16 to 0.0.17
@@ -5,3 +5,3 @@ { | ||
"description": "Core JavaScript library for browser runtime", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"author": { | ||
@@ -8,0 +8,0 @@ "name": "fish" |
@@ -139,3 +139,4 @@ /** | ||
var root; | ||
if(typeof process === 'function'){ | ||
if(typeof process === 'object'){ | ||
root = global; | ||
} else { | ||
@@ -142,0 +143,0 @@ root = window; |
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
22438
723