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

hanbao-utils

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hanbao-utils - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

10

lib/index.js

@@ -239,4 +239,7 @@ /**

let outerWorkingDir = options.workingDir
options.workingDir= path.dirname(moduleFilePath)
if(moduleFilePath){
options.workingDir= path.dirname(moduleFilePath)
}
for (let submodule of processedModule) {

@@ -246,3 +249,6 @@ _recursiveLoadHanbaoModule(submodule,options,flatternedModules)

options.trace.pop(processedModule)
options.workingDir = outerWorkingDir
if(moduleFilePath){
options.workingDir = outerWorkingDir
}
}

@@ -249,0 +255,0 @@ else {

2

package.json
{
"name": "hanbao-utils",
"version": "0.1.1",
"version": "0.1.2",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "repository": {

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