@react-native-community/cli-debugger-ui
Advanced tools
Comparing version 4.9.0 to 4.13.1
@@ -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": "4.13.1", | ||
"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": "30ef010898ffb98ac906ea78aed25ad9bffbbde7" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
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
221604
408
2