![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Like findup-sync and supports the same features but 20x-40x faster on avg.
npm i look-up --save
node benchmark
Benchmarks were run on mac and windows. look-up is 20-50x faster on avg.
npm test
var lookup = require('look-up');
lookup(pattern, {cwd: cwd});
pattern
glob pattern for the file to findoptions
options to pass to minimatchcwd
the directory to start looking (upwards) fromExample:
lookup('**/c/package.json', 'fixtures/a/b/c/d/e/f/g');
//=> 'fixtures/a/b/c/package.json'
Pass options to minimatch
lookup('one.txt', 'fixtures/a/b/c/d/e/f/g', { matchBase: true });
//=> 'fixtures/a/b/c/d/one.txt'
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Jon Schlinkert
Copyright (c) 2014 Jon Schlinkert
Released under the MIT license
This file was generated by verb on December 01, 2014.
FAQs
Faster drop-in replacement for find-up and findup-sync.
The npm package look-up receives a total of 324 weekly downloads. As such, look-up popularity was classified as not popular.
We found that look-up demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.