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.2 to 13.0.3

8

CHANGELOG.md
# @rollup/plugin-node-resolve ChangeLog
## v13.0.3
_2021-07-24_
### Bugfixes
- fix
## v13.0.2

@@ -4,0 +12,0 @@

2

dist/cjs/index.js

@@ -889,3 +889,3 @@ 'use strict';

const browserImportee =
browser[importee] ||
(importee[0] !== '.' && browser[importee]) ||
browser[resolvedImportee] ||

@@ -892,0 +892,0 @@ browser[`${resolvedImportee}.js`] ||

@@ -876,3 +876,3 @@ import path, { dirname, resolve, extname, normalize, sep } from 'path';

const browserImportee =
browser[importee] ||
(importee[0] !== '.' && browser[importee]) ||
browser[resolvedImportee] ||

@@ -879,0 +879,0 @@ browser[`${resolvedImportee}.js`] ||

{
"name": "@rollup/plugin-node-resolve",
"version": "13.0.2",
"version": "13.0.3",
"publishConfig": {

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

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