New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rollup-plugin-sizes

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-sizes - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

10

CHANGELOG.md

@@ -1,9 +0,15 @@

## [1.0.4](https://github.com/tivac/rollup-plugin-sizes/compare/v1.0.3...v1.0.4) (2021-02-26)
## 1.0.5
## 1.0.6
### Patch Changes
- [#178](https://github.com/tivac/rollup-plugin-sizes/pull/178) [`2ba0ba1`](https://github.com/tivac/rollup-plugin-sizes/commit/2ba0ba13b0b3cb605e5954ad82de220c68b419c2) Thanks [@tbouffard](https://github.com/tbouffard)! - feat: add rollup@4 support
### Patch Changes
- [#143](https://github.com/tivac/rollup-plugin-sizes/pull/143) [`79ceac1`](https://github.com/tivac/rollup-plugin-sizes/commit/79ceac1a68c0b2a1372525983dac3f9f3b02fafc) Thanks [@tivac](https://github.com/tivac)! - Add support for `rollup@3`
## [1.0.4](https://github.com/tivac/rollup-plugin-sizes/compare/v1.0.3...v1.0.4) (2021-02-26)
### Bug Fixes

@@ -10,0 +16,0 @@

6

package.json
{
"name": "rollup-plugin-sizes",
"version": "1.0.5",
"version": "1.0.6",
"description": "Show info about files/packages included with your rollup bundle",

@@ -29,3 +29,3 @@ "main": "index.js",

"jest": "^28.0.3",
"rollup": "^3.9.0"
"rollup": "^4.2.0"
},

@@ -37,4 +37,4 @@ "dependencies": {

"peerDependencies": {
"rollup": "^2 || ^3"
"rollup": "^2 || ^3 || ^4"
}
}
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