@react-native-community/cli-debugger-ui
Advanced tools
Comparing version 4.9.0 to 5.0.0-alpha.0
@@ -31,5 +31,7 @@ "use strict"; | ||
function debuggerUIMiddleware() { | ||
return (0, _serveStatic().default)(_path().default.join(__dirname, '..', 'ui')); | ||
return (0, _serveStatic().default)(_path().default.join(__dirname, '..', 'ui'), { | ||
cacheControl: false | ||
}); | ||
} | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@react-native-community/cli-debugger-ui", | ||
"version": "4.9.0", | ||
"version": "5.0.0-alpha.0", | ||
"license": "MIT", | ||
@@ -8,3 +8,3 @@ "main": "./build/middleware", | ||
"build": "yarn build:ui && yarn build:middleware", | ||
"build:ui": "parcel build src/ui/index.html --out-dir build/ui --public-url '/debugger-ui'", | ||
"build:ui": "parcel build --no-content-hash src/ui/index.html --out-dir build/ui --public-url '/debugger-ui'", | ||
"build:middleware": "tsc" | ||
@@ -24,3 +24,3 @@ }, | ||
}, | ||
"gitHead": "48136adfb814d335e957e22129d049c4a05c8759" | ||
"gitHead": "989967184d6d16a13a17cde7d607389c7726c7fd" | ||
} |
Sorry, the diff of this file is not supported yet
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
221611
408
4