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 7.1.0 to 7.1.1

8

CHANGELOG.md
# @rollup/plugin-node-resolve ChangeLog
## v7.1.1
_2020-02-03_
### Bugfixes
- fix: main fields regression (#196)
## v7.1.0

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

2

dist/index.es.js

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

} else {
mainFields = ['main', 'module'];
mainFields = ['module', 'main'];
}

@@ -152,0 +152,0 @@

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

} else {
mainFields = ['main', 'module'];
mainFields = ['module', 'main'];
}

@@ -157,0 +157,0 @@

{
"name": "@rollup/plugin-node-resolve",
"version": "7.1.0",
"version": "7.1.1",
"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