Socket
Socket
Sign inDemoInstall

rollup

Package Overview
Dependencies
Maintainers
5
Versions
820
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup - npm Package Versions

1
82

0.17.3

Diff

Changelog

Source

0.17.3

  • Handle parenthesised default exports (#136)
rich_harris
published 0.17.2 •

Changelog

Source

0.17.2

  • Allow use of scoped npm packages (#131)
rich_harris
published 0.17.1 •

Changelog

Source

0.17.1

  • Allow namespaces to be passed to a function (#149)
rich_harris
published 0.17.0 •

Changelog

Source

0.17.0

  • Roll back to 0.15.0 and reapply subsequent fixes pending resolution of (#132) and related issues
rich_harris
published 0.16.4 •

Changelog

Source

0.16.4

  • Fix import paths with . (#133)
  • Prevent sourceMappingURL confusion leading to broken sourcemap
  • Add code coverage reporting #130)
  • Add modules property to user-facing bundle – an array with {id} objects (#128)
rich_harris
published 0.16.3 •

Changelog

Source

0.16.3

  • Prevent adjacent blocks of multiple var declarations causing magic-string failure (#105)
rich_harris
published 0.16.2 •

Changelog

Source

0.16.2

  • Top-level function calls and assignments to globals are treated as side-effects, and always included
  • Import files from subdirectories of external packages, e.g. import mod from 'foo/sub/mod' (#126)
rich_harris
published 0.16.1 •

Changelog

Source

0.16.1

  • Handle assignment patterns, and destructured/rest parameters, when analysing scopes
  • Fix bug preventing project from self-building (make base Identifier class markable)
rich_harris
published 0.16.0 •

Changelog

Source

0.16.0

  • Internal refactoring (#99)
  • Optimisation for statically-analysable namespace imports (#99)
  • Windows support ( theoretically!) (#117 / #119)
rich_harris
published 0.15.0 •

Changelog

Source

0.15.0

  • Load all modules specified by import statements, and do tree-shaking synchronously once loading is complete. This results in simpler and faster code, and enables future improvements (#97)
  • Only rewrite foo as exports.foo when it makes sense to (#92)
  • Fix bug with shadowed variables that are eventually exported (#91)
  • Exclude unused function declarations that happen to modify a used name (#90)
  • Simplify internal Scope model – scopes always attach to blocks, never function expressions/declarations
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