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 2.0.0 to 2.0.1

2

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

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

@@ -9,3 +9,3 @@ # Replace in file

A simple utility to quickly replace text in one or more files.
A simple utility to quickly replace text in one or more files or globs. Works synchronously or asynchronously with either promises or callbacks.

@@ -45,3 +45,3 @@ ## Installation

//Specify if empty/invalid file paths are allowed, defaults to false.
//If set to true, these paths will fail silently and no error will be thrown.
//If set to true these paths will fail silently and no error will be thrown.
allowEmptyPaths: false,

@@ -48,0 +48,0 @@ };

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