Socket
Socket
Sign inDemoInstall

@architect/create

Package Overview
Dependencies
Maintainers
5
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0-RC.0 to 1.4.0-RC.1

2

package.json
{
"name": "@architect/create",
"version": "1.4.0-RC.0",
"version": "1.4.0-RC.1",
"description": "Idempotently initialize Architect projects",

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

@@ -77,3 +77,3 @@ let { updater } = require('@architect/utils')

if (streams) functions.push(...streams.map(binder.streams))
if (Object.keys(plugins).length > 0) {
if (plugins) {
functions.push(...Object.values(plugins).

@@ -80,0 +80,0 @@ map(pluginModule => pluginModule.pluginFunctions).

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc