Socket
Socket
Sign inDemoInstall

gulp-elm-find-dependencies

Package Overview
Dependencies
20
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gulp-elm-find-dependencies

A gulp plugin wrapping the find-elm-dependencies module


Version published
Maintainers
1
Install size
1.93 MB
Created

Readme

Source

gulp-elm-find-dependencies Circle CI

Given an *.elm file, it will use find-elm-dependencies to aggregate all of the dependencies for that tree. For each file found it will emit a vinyl object.

Example
const elmFindDependencies = require('gulp-elm-find-dependencies')

gulp.task('find-deps', () => {
  return gulp.src('Main.elm')
    .pipe(elmFindDependencies())
    .pipe(gulp.dest('dependencies'))
})

Keywords

FAQs

Last updated on 20 Aug 2017

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.

Install

Related posts

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