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.1 to 7.1.2

8

CHANGELOG.md
# @rollup/plugin-node-resolve ChangeLog
## v7.1.2
_2020-04-12_
### Updates
- docs: fix url (#289)
## v7.1.1

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

10

package.json
{
"name": "@rollup/plugin-node-resolve",
"version": "7.1.1",
"version": "7.1.2",
"publishConfig": {

@@ -25,3 +25,3 @@ "access": "public"

"lint:docs": "prettier --single-quote --write README.md",
"lint:js": "eslint --fix --cache src test",
"lint:js": "eslint --fix --cache src test types --ext .js,.ts",
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package",

@@ -49,6 +49,6 @@ "prebuild": "del-cli dist",

"peerDependencies": {
"rollup": "^1.20.0"
"rollup": "^1.20.0||^2.0.0"
},
"dependencies": {
"@rollup/pluginutils": "^3.0.6",
"@rollup/pluginutils": "^3.0.8",
"@types/resolve": "0.0.8",

@@ -64,3 +64,3 @@ "builtin-modules": "^3.1.0",

"es5-ext": "^0.10.53",
"rollup": "^1.29.0",
"rollup": "^2.0.0",
"rollup-plugin-babel": "^4.3.3",

@@ -67,0 +67,0 @@ "rollup-plugin-commonjs": "^10.1.0",

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

Type: `Boolean`<br>
Type: `Object`<br>
Default: `null`
An `Object` that specifies additional options that should be passed through to `node-resolve`.
An `Object` that specifies additional options that should be passed through to [`resolve`](https://www.npmjs.com/package/resolve).

@@ -156,3 +156,3 @@ ```

Since most packages in your node_modules folder are probably legacy CommonJS rather than JavaScript modules, you may need to use [@rollup/plugin-commonjs](https://github.com/rollup/plugins/packages/commonjs):
Since most packages in your node_modules folder are probably legacy CommonJS rather than JavaScript modules, you may need to use [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/master/packages/commonjs):

@@ -159,0 +159,0 @@ ```js

@@ -31,3 +31,3 @@ import { Plugin } from 'rollup';

*/
extensions?: ReadonlyArray<string>;
extensions?: readonly string[];

@@ -46,3 +46,3 @@ /**

*/
mainFields?: ReadonlyArray<string>;
mainFields?: readonly string[];

@@ -49,0 +49,0 @@ /**

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