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

@revolut/monorepo-overrides

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@revolut/monorepo-overrides - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0-beta

10

index.js

@@ -32,6 +32,10 @@ const { getBabelLoader } = require('customize-cra')

const config = configFunction(proxy, allowedHost)
config.watchOptions = {
...config.watchOptions,
ignored: /node_modules/,
config.static = {
...config.static,
watch: {
...(config.static && config.static.watch),
ignored: /node_modules/,
},
}
config.open = false
return config

@@ -38,0 +42,0 @@ }

{
"name": "@revolut/monorepo-overrides",
"version": "0.1.1",
"version": "1.0.0-beta",
"description": "Description",

@@ -10,2 +10,5 @@ "keywords": [],

},
"files": [
"*.js"
],
"sideEffects": false,

@@ -12,0 +15,0 @@ "author": "Revolut",

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