New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vorlefan/path

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vorlefan/path - npm Package Versions

123

1.5.5

Diff

Changelog

Source

1.5.5

  • Fix up folders and files method from 'io()'
vorlefan
published 1.5.4 •

Changelog

Source

1.5.4

  • Change from ESBUILD to Webpack
vorlefan
published 1.5.3 •

Changelog

Source

1.5.3

  • Test added
  • Esbuild for building
  • Update readme
  • Update examples
vorlefan
published 1.5.2 •

vorlefan
published 1.5.1 •

vorlefan
published 1.4.1 •

Changelog

Source

1.4.1

  • New method named 'back'. In which goes to the previous folder from the current one. Ex:
Routes.instance((instance) => {
    instance.set('src', 'example/test/abc');
}).namespace('Basic');
Routes.Basic.back('src'); // example/test instend of example/test/abc

// You can ajust the level
Routes.Basic.back('src', 2); // example instend of example/test/abc
  • New method to access the File functions from FileManager. Use 'io()' function.
Route.Basic.io().accessFile(filepath);
  • New method to get the name of the last folder name from a path.
Route.Basic.endWith('/example/test'); // test
vorlefan
published 1.4.0 •

Changelog

Source

1.4.0

  • First release under @vorlefan/path
  • Code packaged with webpack
  • Test with Jest
vorlefan
published 1.3.2 •

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