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

cpx-source-map

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cpx-source-map

Source map transform for cpx

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
5
400%
Maintainers
1
Weekly downloads
 
Created
Source

cpx-source-map

Source map transform for cpx

build status dependency status coverage status

Installation

npm install --save cpx-source-map

Usage

This requires cpx > v1.5.0. Until a new version is released, use npm install github:mystictea/cpx to install cpx directly from the github repo.

Use cpx-source-map with the --transform flag for cpx. For example, to copy pure javascript and typedefs to your lib directory, with source maps for vscode navigation, I use the following:

cpx --transform cpx-source-map --verbose 'src/**/*.{js,d.ts}' lib

Credits

Emily Marigold Klassen

License

ISC

FAQs

Package last updated on 29 Oct 2019

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