Socket
Socket
Sign inDemoInstall

@rollup/pluginutils

Package Overview
Dependencies
Maintainers
4
Versions
26
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 3.0.10 to 3.1.0

dist/cjs/index.js

20

CHANGELOG.md
# @rollup/pluginutils ChangeLog
## v3.1.0
_2020-06-05_
### Bugfixes
- fix: resolve relative paths starting with "./" (#180)
### Features
- feat: add native node es modules support (#419)
### Updates
- refactor: replace micromatch with picomatch. (#306)
- chore: Don't bundle micromatch (#220)
- chore: add missing typescript devDep (238b140)
- chore: Use readonly arrays, add TSDoc (#187)
- chore: Use typechecking (2ae08eb)
## v3.0.10

@@ -4,0 +24,0 @@

11

package.json
{
"name": "@rollup/pluginutils",
"version": "3.0.10",
"version": "3.1.0",
"publishConfig": {

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

},
"main": "dist/index.js",
"main": "./dist/cjs/index.js",
"engines": {

@@ -79,3 +79,7 @@ "node": ">= 8.0.0"

},
"module": "dist/index.es.js",
"exports": {
"require": "./dist/cjs/index.js",
"import": "./dist/es/index.js"
},
"module": "./dist/es/index.js",
"nyc": {

@@ -87,3 +91,4 @@ "extension": [

},
"type": "commonjs",
"types": "types/index.d.ts"
}
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