Socket
Socket
Sign inDemoInstall

@rollup/plugin-node-resolve

Package Overview
Dependencies
37
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 15.0.1 to 15.0.2

6

dist/cjs/index.js

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

var version = "15.0.1";
var version = "15.0.2";
var peerDependencies = {

@@ -865,4 +865,4 @@ rollup: "^2.78.0||^3.0.0"

// Resolves to the module if found or `null`.
// The first import specificer will first be attempted with the exports algorithm.
// If this is unsuccesful because export maps are not being used, then all of `importSpecifierList`
// The first import specifier will first be attempted with the exports algorithm.
// If this is unsuccessful because export maps are not being used, then all of `importSpecifierList`
// will be tried with the classic resolution algorithm

@@ -869,0 +869,0 @@ async function resolveImportSpecifiers({

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

var version = "15.0.1";
var version = "15.0.2";
var peerDependencies = {

@@ -861,4 +861,4 @@ rollup: "^2.78.0||^3.0.0"

// Resolves to the module if found or `null`.
// The first import specificer will first be attempted with the exports algorithm.
// If this is unsuccesful because export maps are not being used, then all of `importSpecifierList`
// The first import specifier will first be attempted with the exports algorithm.
// If this is unsuccessful because export maps are not being used, then all of `importSpecifierList`
// will be tried with the classic resolution algorithm

@@ -865,0 +865,0 @@ async function resolveImportSpecifiers({

{
"name": "@rollup/plugin-node-resolve",
"version": "15.0.1",
"version": "15.0.2",
"publishConfig": {

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

"deepmerge": "^4.2.2",
"is-builtin-module": "^3.2.0",
"is-builtin-module": "^3.2.1",
"is-module": "^1.0.0",

@@ -70,0 +70,0 @@ "resolve": "^1.22.1"

@@ -1,2 +0,2 @@

import { Plugin } from 'rollup';
import type { Plugin } from 'rollup';

@@ -3,0 +3,0 @@ export const DEFAULTS: {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc