New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

export-generator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

export-generator

Generate simple export files automatically

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

export-generator

Generate some simple exports easily.

Installation

npm install --save export-generator

Usage

import * as exportGenerator from "export-generator";

exportGenerator.generateExport({
    sourceGlobs : [
        `${__dirname}/*.ts`,
        `${__dirname}/folder-foo-bar/**/*.ts`
    ],
    outputDirectory : `${__dirname}/generated`,
    outputFileName : `index.ts`,
});

License

Do what you want with this as long as you do no evil.

FAQs

Package last updated on 08 Jan 2018

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