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

@enhance/arc-plugin-rollup

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enhance/arc-plugin-rollup - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@enhance/arc-plugin-rollup",
"version": "1.0.1",
"version": "1.0.2",
"description": "Use rollup.js to bundle pages for the browser in your Enhance project",

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

@@ -17,3 +17,3 @@ const { join } = require('path')

const files = await readdir(browserDir)
files.forEach(async file => {
for (let file of files) {
const inFile = join(

@@ -38,7 +38,7 @@ cwd,

bundle.write({
await bundle.write({
file: outFile,
format: 'es'
})
})
}
}

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