Socket
Socket
Sign inDemoInstall

makfy

Package Overview
Dependencies
43
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245Next

1.1.6

Diff

xaviergonz
published 1.1.5 •

Changelog

Source

1.1.5

  • added a setEnvVar method to utils
  • added a FAQ with recommended CLI packages for usual operations
xaviergonz
published 1.1.4 •

Changelog

Source

1.1.4

  • added support for MINGW/cygwin (e.g. git-bash) on windows
  • added fixPath to utils
  • environment variables and current directory are now persisted under the same exec:
    • use set x=y on windows
    • use export x=y on unix
    • if you want to persist it on different execs then do:
      const a = await exec(...);
      await a.keepContext(...);
      
xaviergonz
published 1.1.3 •

xaviergonz
published 1.1.2 •

xaviergonz
published 1.1.1 •

Changelog

Source

1.1.11

  • added utils.makfyContext to get info about the file makfy is running
xaviergonz
published 1.1.0 •

Changelog

Source

1.1.0

  • breaking changes:
    • removed utils.filesChanged
    • added utils.getFileChangesAsync, a better approach to detect which files have changed
    • renamed utils.cleanCacheSync to utils.cleanCache
xaviergonz
published 1.0.15 •

xaviergonz
published 1.0.14 •

xaviergonz
published 1.0.13 •

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc