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

@architect/hydrate

Package Overview
Dependencies
Maintainers
7
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/hydrate - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "@architect/hydrate",
"version": "1.1.0",
"version": "1.1.1",
"description": "Architect dependency hydrator and shared file manager",

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

@@ -27,3 +27,3 @@ let glob = require('glob')

series(files.map(file=> {
let ops = files.map(file=> {
let cwd = path.dirname(file)

@@ -62,4 +62,8 @@ let options = {cwd}

}
}).concat([shared]),
function done(err) {
})
// If installing to everything, run shared operations
if (basepath === 'src') ops.push(shared)
series(ops, function done(err) {
if (err) callback(err)

@@ -66,0 +70,0 @@ else callback()

@@ -23,3 +23,3 @@ let glob = require('glob')

series(files.map(file=> {
let ops = files.map(file=> {
let cwd = path.dirname(file)

@@ -53,4 +53,8 @@ let options = {cwd}

}
}).concat([shared]),
function done(err) {
})
// If installing to everything, run shared operations
if (basepath === 'src') ops.push(shared)
series(ops, function done(err) {
if (err) callback(err)

@@ -57,0 +61,0 @@ else callback()

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