Comparing version 2.3.0 to 2.3.1
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://www.typescriptlang.org/", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"license": "0BSD", | ||
@@ -8,0 +8,0 @@ "description": "Runtime library for TypeScript helper functions", |
@@ -172,3 +172,3 @@ /*! ***************************************************************************** | ||
} | ||
return to.concat(ar || from); | ||
return to.concat(ar || Array.prototype.slice.call(from)); | ||
} | ||
@@ -175,0 +175,0 @@ |
@@ -213,3 +213,3 @@ /*! ***************************************************************************** | ||
} | ||
return to.concat(ar || from); | ||
return to.concat(ar || Array.prototype.slice.call(from)); | ||
}; | ||
@@ -216,0 +216,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
39088