Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-native-community/cli-debugger-ui

Package Overview
Dependencies
Maintainers
40
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/cli-debugger-ui - npm Package Compare versions

Comparing version 4.9.0 to 5.0.0-alpha.0

build/ui/blue-icon.7726c7b7.png

4

build/middleware/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc