Socket
Socket
Sign inDemoInstall

@rollup/plugin-dynamic-import-vars

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/plugin-dynamic-import-vars - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

4

package.json
{
"name": "@rollup/plugin-dynamic-import-vars",
"version": "2.0.1",
"version": "2.0.2",
"publishConfig": {

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

"fast-glob": "^3.2.12",
"magic-string": "^0.26.4"
"magic-string": "^0.27.0"
},

@@ -71,0 +71,0 @@ "devDependencies": {

@@ -1,3 +0,4 @@

import { FilterPattern } from '@rollup/pluginutils';
import { Plugin } from 'rollup';
import type { FilterPattern } from '@rollup/pluginutils';
import type { Plugin } from 'rollup';
import type { BaseNode } from 'estree';

@@ -27,6 +28,3 @@ interface RollupDynamicImportVariablesOptions {

export function dynamicImportToGlob(
node: import('estree').BaseNode,
sourceString: string
): null | string;
export function dynamicImportToGlob(node: BaseNode, sourceString: string): null | string;

@@ -33,0 +31,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