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

replace-in-file

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

replace-in-file - npm Package Compare versions

Comparing version 3.4.0 to 3.4.2

6

package.json
{
"name": "replace-in-file",
"version": "3.4.0",
"version": "3.4.2",
"description": "A simple utility to quickly replace text in one or more files.",

@@ -34,5 +34,5 @@ "homepage": "https://github.com/adamreisnz/replace-in-file#readme",

"dependencies": {
"chalk": "^2.3.2",
"chalk": "^2.4.1",
"glob": "^7.1.2",
"yargs": "^11.0.0"
"yargs": "^12.0.1"
},

@@ -39,0 +39,0 @@ "devDependencies": {

@@ -249,2 +249,4 @@ # Replace in file

Please note that there is an [open issue with Glob](https://github.com/isaacs/node-glob/issues/309) that causes ignored patterns to be ignored when using a `./` prefix in your files glob. To work around this, simply remove the prefix, e.g. use `**/*` instead of `./**/*`.
### Allow empty/invalid paths

@@ -251,0 +253,0 @@ If set to true, empty or invalid paths will fail silently and no error will be thrown. For asynchronous replacement only. Defaults to `false`.

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