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

@architect/plugin-bundles

Package Overview
Dependencies
Maintainers
6
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/plugin-bundles - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

package.json
{
"name": "@architect/plugin-bundles",
"version": "3.1.0",
"version": "3.1.1",
"description": "plugin-bundles Plugin for exposing bundled modules to the browser from your Architect project.",

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

@@ -91,4 +91,7 @@ const { existsSync } = require('fs')

await createConfig(arc, inventory.inv)
await buildAll()
console.log(` @bundles: watching ${config.paths.length} files...`)
if (config.paths.length > 0){
await buildAll()
console.log(` @bundles: watching ${config.paths.length} files...`)
}
},

@@ -108,3 +111,7 @@ async watcher ({ filename: path, event }) {

await createConfig(arc, inventory.inv)
await buildAll()
if (config.paths.length > 0){
await buildAll()
}
return cloudformation // always return cfn

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