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

@architect/hydrate

Package Overview
Dependencies
Maintainers
6
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 3.2.2 to 3.2.3

2

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

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

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

// Make sure we normalize source paths to absolute
let src = isAbsolute(source) ? isAbsolute : join(cwd, source)
let src = isAbsolute(source) ? source : join(cwd, source)
if (!existsSync(src)) return rej(ReferenceError(`'source' path '${source}' not found in project`))

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