You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@rollup/pluginutils

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/pluginutils - npm Package Compare versions

Comparing version

to
3.0.1

4

CHANGELOG.md
# @rollup/pluginutils changelog
## 3.0.1
- fix(pluginutils): Escape glob characters in folder (#84)
## 3.0.0

@@ -4,0 +8,0 @@

6

package.json
{
"name": "@rollup/pluginutils",
"version": "3.0.0",
"version": "3.0.1",
"publishConfig": {

@@ -22,3 +22,3 @@ "access": "public"

"ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
"ci:lint": "pnpm run build && pnpm run lint && pnpm run security",
"ci:lint": "pnpm run build && pnpm run lint",
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",

@@ -34,3 +34,2 @@ "ci:test": "pnpm run test -- --verbose",

"pretest": "pnpm run build -- --sourcemap",
"security": "echo 'pnpm needs `npm audit` support'",
"test": "ava test/*.ts"

@@ -81,3 +80,2 @@ },

},
"jsnext:main": "dist/index.es.js",
"module": "dist/index.es.js",

@@ -84,0 +82,0 @@ "nyc": {

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

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