grunt-connect-proxy-mock
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "grunt-connect-proxy-mock", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Grunt Dev Server 的 Mock 与 Proxy 中间件", | ||
@@ -5,0 +5,0 @@ "main": "tasks/index.js", |
@@ -108,3 +108,3 @@ module.exports = function(grunt) { | ||
} | ||
})(searchParams.keys()); | ||
})(Array.from(searchParams.keys())); | ||
} | ||
@@ -111,0 +111,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
42462