Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Javascript port of Hike (Ruby) - a library for finding files in a set of paths. Use it to implement search paths, load paths, and the like.
See API docs for details on methods.
Find JavaScript files in this project:
trail = new hike.Trail("/home/ixti/Projects/hike-js");
trail.extensions.append(".js");
trail.paths.append("lib", "test");
trail.find("hike/trail");
# => "/home/ixti/Projects/hike-js/lib/hike/trail.js"
trail.find("test_trail");
# => "/home/ixti/Projects/hike-js/test/test_trail.rb"
Explore your shell path:
trail = new hike.Trail("/");
trail.paths.append(process.env.PATH.split(":"));
trail.find("ls");
# => "/bin/ls"
trail.find("gem");
# => "/home/ixti/.rvm/rubies/ruby-1.9.2-p290/bin/gem"
$ npm install hike
Copyright (c) 2012 Vitaly Puzrin
Released under the MIT license. See LICENSE for details.
FAQs
Multihome files search library for mincer
The npm package hike receives a total of 1,827 weekly downloads. As such, hike popularity was classified as popular.
We found that hike demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.