Socket
Socket
Sign inDemoInstall

@rollup/plugin-replace

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/plugin-replace - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

16

CHANGELOG.md
# @rollup/plugin-replace ChangeLog
## v3.0.1
_2021-12-28_
### Bugfixes
- fix: add types for `sourceMap` option (#1066)
### Updates
- docs: clarify delimiters typing (#1013)
## v3.0.0

@@ -9,3 +21,3 @@

- fix
- fix!: issues with nested objects replacements (#903)

@@ -133,2 +145,2 @@ ## v2.4.2

- First release
- First release

2

package.json
{
"name": "@rollup/plugin-replace",
"version": "3.0.0",
"version": "3.0.1",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -63,3 +63,3 @@ [npm]: https://img.shields.io/npm/v/@rollup/plugin-replace

Type: `Array[...String, String]`<br>
Type: `Array[String, String]`<br>
Default: `['\b', '\b(?!\.)']`

@@ -66,0 +66,0 @@

@@ -27,2 +27,7 @@ import { FilterPattern } from '@rollup/pluginutils';

/**
* If false, skips source map generation. This will improve performance.
* @default true
*/
sourceMap?: boolean;
/**
* To replace every occurrence of `<@foo@>` instead of every occurrence

@@ -29,0 +34,0 @@ * of `foo`, supply delimiters

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