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.6 to 13.1.0

8

CHANGELOG.md
# @rollup/plugin-node-resolve ChangeLog
## v13.1.0
_2021-12-13_
### Features
- feat: expose plugin version (#1050)
## v13.0.6

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

4

dist/cjs/index.js

@@ -24,2 +24,4 @@ 'use strict';

var version = "13.0.6";
util.promisify(fs__default["default"].access);

@@ -1136,2 +1138,4 @@ const readFile$1 = util.promisify(fs__default["default"].readFile);

version,
buildStart(options) {

@@ -1138,0 +1142,0 @@ rollupOptions = options;

@@ -11,2 +11,4 @@ import path, { dirname, resolve, extname, normalize, sep } from 'path';

var version = "13.0.6";
promisify(fs.access);

@@ -1123,2 +1125,4 @@ const readFile$1 = promisify(fs.readFile);

version,
buildStart(options) {

@@ -1125,0 +1129,0 @@ rollupOptions = options;

2

package.json
{
"name": "@rollup/plugin-node-resolve",
"version": "13.0.6",
"version": "13.1.0",
"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