Socket
Socket
Sign inDemoInstall

@rollup/plugin-node-resolve

Package Overview
Dependencies
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/plugin-node-resolve - npm Package Compare versions

Comparing version 13.0.4 to 13.0.5

16

CHANGELOG.md
# @rollup/plugin-node-resolve ChangeLog
## v13.0.5
_2021-09-21_
### Updates
- docs: fix readme heading depth (#999)
## v13.0.4

@@ -9,3 +17,3 @@

- fix
- fix: Fix bug where JS import was converted to a TS import, resulting in an error when using export maps (#921)

@@ -18,3 +26,3 @@ ## v13.0.3

- fix
- fix: handle browser-mapped paths correctly in nested contexts (#920)

@@ -27,3 +35,3 @@ ## v13.0.2

- fix
- fix: handle "package.json" being in path (#927)

@@ -473,2 +481,2 @@ ## v13.0.1

- First release
- First release
{
"name": "@rollup/plugin-node-resolve",
"version": "13.0.4",
"version": "13.0.5",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -162,3 +162,3 @@ [npm]: https://img.shields.io/npm/v/@rollup/plugin-node-resolve

## `ignoreSideEffectsForRoot`
### `ignoreSideEffectsForRoot`

@@ -165,0 +165,0 @@ If you use the `sideEffects` property in the package.json, by default this is respected for files in the root package. Set to `true` to ignore the `sideEffects` configuration for the root package.

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