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

cat-source-map

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

cat-source-map

concatenate JavaScript files, handling source map bits

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
increased by500%
Maintainers
1
Weekly downloads
 
Created
Source

cat-source-map

concatenate JavaScript files, handling source map bits

usage

cat-source-map [options] srcFile1 srcFile2 ... outFile

options:
    --fixFileNames   -f   normalize file names
    --verbose        -v   be verbose
    --help           -h   print this help

Output files ${outFile} and ${outFile}.map.json will be generated by concatenating the source files into the outFile, and recalculating the source maps into the .map.json outFile.

The --fixFileNames option will try to make the file names in the output sources property relative and will remove leading . and .. path entries.

installation

npm install cat-source-map

You probably just want to add this to each package that uses it, as an entry in devDependencies. You can then invoke it from a build script as node_modules/.bin/cat-source-map.

hacking

https://github.com/pmuellr/cat-source-map

license

Apache License, Version 2.0

FAQs

Package last updated on 10 Jan 2014

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