New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

parcel-plugin-externals

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parcel-plugin-externals - npm Package Compare versions

Comparing version 0.3.3-pre.20200304.1 to 0.3.3-pre.20200323.2

2

package.json
{
"name": "parcel-plugin-externals",
"version": "0.3.3-pre.20200304.1",
"version": "0.3.3-pre.20200323.2",
"description": "A plugin for Parcel to omit declared externals from being included in the emitted bundles.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -91,3 +91,3 @@ # parcel-plugin-externals

```js
const rx = /node_modules\/react-(.*?)\//;
const rx = /react-(.*?)\//;

@@ -94,0 +94,0 @@ module.exports = function(path) {

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