🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@rollup/pluginutils

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/pluginutils - npm Package Compare versions

Comparing version

to
5.0.3

2

dist/cjs/index.js

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

function getMatcherString(id, resolutionBase) {
if (resolutionBase === false || path.isAbsolute(id) || id.startsWith('*')) {
if (resolutionBase === false || path.isAbsolute(id) || id.startsWith('**')) {
return normalizePath(id);

@@ -176,0 +176,0 @@ }

@@ -169,3 +169,3 @@ import { extname, win32, posix, isAbsolute, resolve } from 'path';

function getMatcherString(id, resolutionBase) {
if (resolutionBase === false || isAbsolute(id) || id.startsWith('*')) {
if (resolutionBase === false || isAbsolute(id) || id.startsWith('**')) {
return normalizePath(id);

@@ -172,0 +172,0 @@ }

{
"name": "@rollup/pluginutils",
"version": "5.0.2",
"version": "5.0.3",
"publishConfig": {

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

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

import { BaseNode } from 'estree';
import type { BaseNode } from 'estree';

@@ -3,0 +3,0 @@ export interface AttachedScope {