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

matchkeys

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

matchkeys

Return the resolved filepaths to named npm module dependencies based on keywords in package.json. Minimatch patterns can be used, and Lo-Dash templates can be used to load filepaths into Grunt config.

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
563
increased by0.72%
Maintainers
1
Weekly downloads
 
Created
Source

matchkeys NPM version

Return an array of resolved filepaths for specified npm module dependencies. Minimatch patterns can be used.

Getting started

Install the module with: npm install matchkeys --save

var match = require('matchkeys').keys(arr1, arr2);
console.log(match);

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.

Author

Jon Schlinkert

License

Copyright (c) 2013 Jon Schlinkert, contributors. Licensed under the MIT license.

Keywords

FAQs

Package last updated on 22 Sep 2013

Did you know?

Socket

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.

Install

Related posts

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