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

rollup-plugin-inject

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-inject - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

dist/rollup-plugin-inject.cjs.js

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

delete modules.exclude;
delete modules.sourceMap;
delete modules.sourcemap;
}

@@ -63,0 +65,0 @@

@@ -57,2 +57,4 @@ import { createFilter, attachScopes, makeLegalIdentifier } from 'rollup-pluginutils';

delete modules.exclude;
delete modules.sourceMap;
delete modules.sourcemap;
}

@@ -59,0 +61,0 @@

4

package.json
{
"name": "rollup-plugin-inject",
"description": "Scan modules for global variables and inject `import` statements where necessary",
"version": "3.0.1",
"version": "3.0.2",
"devDependencies": {
"eslint": "^5.16.0",
"eslint": "^6.3.0",
"mocha": "^6.2.0",

@@ -8,0 +8,0 @@ "prettier": "^1.18.2",

@@ -5,3 +5,6 @@ # rollup-plugin-inject

## Archived (Migration to Mono-Repo In-Process)
This repository has been archived and is in the process of being migrated to a new monorepo. Please bear with us as we make this transition. More information to follow.
## Installation

@@ -8,0 +11,0 @@

@@ -58,2 +58,4 @@ import { attachScopes, createFilter, makeLegalIdentifier } from "rollup-pluginutils";

delete modules.exclude;
delete modules.sourceMap;
delete modules.sourcemap;
}

@@ -60,0 +62,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