Socket
Socket
Sign inDemoInstall

rollup-pluginutils

Package Overview
Dependencies
1
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.7.1 to 2.8.0

4

CHANGELOG.md
# rollup-pluginutils changelog
## 2.8.0
*2019-05-30*
* Bundle updated micromatch dependency ([#60](https://github.com/rollup/rollup-pluginutils/issues/60))
## 2.7.1

@@ -4,0 +8,0 @@ *2019-05-17*

14

package.json
{
"name": "rollup-pluginutils",
"description": "Functionality commonly needed by Rollup plugins",
"version": "2.7.1",
"version": "2.8.0",
"main": "dist/pluginutils.cjs.js",

@@ -18,8 +18,11 @@ "module": "dist/pluginutils.es.js",

"@types/micromatch": "^3.1.0",
"@types/node": "^12.0.2",
"@types/node": "^12.0.3",
"husky": "^2.3.0",
"jest": "^24.8.0",
"lint-staged": "^8.1.7",
"micromatch": "^4.0.2",
"prettier": "^1.17.1",
"rollup": "^1.12.1",
"rollup": "^1.12.4",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.0",
"rollup-plugin-typescript": "^1.0.1",

@@ -29,3 +32,3 @@ "shx": "^0.3.2",

"tslint": "^5.16.0",
"typescript": "^3.4.5",
"typescript": "^3.5.1",
"typescript-eslint-parser": "^22.0.0"

@@ -43,4 +46,3 @@ },

"dependencies": {
"estree-walker": "^0.6.0",
"micromatch": "^3.1.10"
"estree-walker": "^0.6.1"
},

@@ -47,0 +49,0 @@ "repository": "rollup/rollup-pluginutils",

@@ -1,2 +0,2 @@

import * as mm from 'micromatch';
import mm from 'micromatch';
import { resolve, sep } from 'path';

@@ -3,0 +3,0 @@ import { CreateFilter } from './pluginutils';

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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