Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rollup/plugin-alias

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/plugin-alias - npm Package Compare versions

Comparing version 4.0.4 to 5.0.0

3

dist/cjs/index.js

@@ -68,5 +68,2 @@ 'use strict';

resolveId(importee, importer, resolveOptions) {
if (!importer) {
return null;
}
// First match is supposed to be the correct one

@@ -73,0 +70,0 @@ const matchedEntry = entries.find((entry) => matches(entry.find, importee));

@@ -64,5 +64,2 @@ function matches(pattern, importee) {

resolveId(importee, importer, resolveOptions) {
if (!importer) {
return null;
}
// First match is supposed to be the correct one

@@ -69,0 +66,0 @@ const matchedEntry = entries.find((entry) => matches(entry.find, importee));

2

package.json
{
"name": "@rollup/plugin-alias",
"version": "4.0.4",
"version": "5.0.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