Socket
Socket
Sign inDemoInstall

@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.0.0 to 1.0.1

6

index.js

@@ -14,5 +14,3 @@ let series = require('run-series')

*/
module.exports = function hydrate(params, callback) {
// default params
let installing = params.install || true
module.exports = function hydrate(params={}, callback) {
// if a callback isn't supplied return a promise

@@ -36,3 +34,3 @@ let promise

// maybe do these
if (installing)
if (params.install)
tasks.unshift(installDeps)

@@ -39,0 +37,0 @@ // order important!

{
"name": "@architect/hydrate",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

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

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