Socket
Socket
Sign inDemoInstall

rollup-plugin-replace

Package Overview
Dependencies
4
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.2.0

index.d.ts

4

CHANGELOG.md
# rollup-plugin-replace changelog
## 2.2.0
*2019-04-10*
* Add index.d.ts typings file ([#31](https://github.com/rollup/rollup-plugin-replace/pull/31))
## 2.1.1

@@ -4,0 +8,0 @@ *2019-03-18*

16

package.json
{
"name": "rollup-plugin-replace",
"version": "2.1.1",
"version": "2.2.0",
"devDependencies": {
"eslint": "^5.15.3",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.16.0",

@@ -10,8 +10,9 @@ "husky": "^1.3.1",

"locate-character": "^2.0.5",
"mocha": "^6.0.2",
"mocha": "^6.1.2",
"prettier": "^1.16.4",
"rollup": "^1.6.0",
"rollup": "^1.9.1",
"rollup-plugin-buble": "^0.19.6",
"shx": "^0.3.2",
"source-map": "^0.7.3"
"source-map": "^0.7.3",
"typescript": "^3.4.3"
},

@@ -22,7 +23,7 @@ "main": "dist/rollup-plugin-replace.cjs.js",

"magic-string": "^0.25.2",
"rollup-pluginutils": "^2.4.1"
"rollup-pluginutils": "^2.6.0"
},
"scripts": {
"test": "npm run test:only",
"test:only": "mocha",
"test:only": "mocha && tsc",
"pretest": "npm run build",

@@ -38,2 +39,3 @@ "build": "rollup -c",

"dist",
"index.d.ts",
"README.md"

@@ -40,0 +42,0 @@ ],

@@ -47,4 +47,4 @@ # rollup-plugin-replace

// To replace every occurence of `<@foo@>` instead of every
// occurence of `foo`, supply delimiters
// To replace every occurrence of `<@foo@>` instead of every
// occurrence of `foo`, supply delimiters
delimiters: ['<@', '@>'],

@@ -51,0 +51,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc