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

gulp-concat-sourcemap

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-concat-sourcemap - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

.travis.yml

21

package.json
{
"name": "gulp-concat-sourcemap",
"version": "1.0.0",
"version": "1.1.0",
"description": "Concatenate files and generate a source map file",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha --reporter spec"
},

@@ -19,3 +19,6 @@ "repository": {

],
"author": "Michael <mikach27@gmail.com>",
"author": {
"name": "Michael",
"email": "mikach27@gmail.com"
},
"license": "MIT",

@@ -30,3 +33,15 @@ "bugs": {

"source-map": "^0.1.33"
},
"readme": "gulp-concat-sourcemap\r\n=====================\r\n\r\nConcatenate files and generate a source map file.\r\n\r\nBased on https://github.com/wearefractal/gulp-concat\r\n\r\n### Usage\r\n\r\n```javascript\r\nvar concat = require('gulp-concat-sourcemap');\r\n\r\ngulp.task('concat', function() {\r\n gulp.src(['file1.js', './js/*.js', 'file2.js'])\r\n .pipe(concat('all.js', options))\r\n .pipe(gulp.dest('./dist/'));\r\n});\r\n```\r\n\r\n### Options\r\n\r\n`options.sourcesContent`\r\nAn optional flag that tells the source map generator whether or not to include all original sources in the map.\r\n\r\n`options.sourceRoot`\r\nAn optional root for all relative URLs in the source map.",
"readmeFilename": "README.md",
"_id": "gulp-concat-sourcemap@1.0.0",
"dist": {
"shasum": "e94cb4bdfb0cf27ecce1565496248c915f96659c"
},
"_from": "gulp-concat-sourcemap@",
"_resolved": "https://registry.npmjs.org/gulp-concat-sourcemap/-/gulp-concat-sourcemap-1.0.0.tgz",
"devDependencies": {
"mocha": "^1.18.2",
"chai": "^1.9.0"
}
}

2

README.md

@@ -1,2 +0,2 @@

gulp-concat-sourcemap
gulp-concat-sourcemap [![Build Status](https://travis-ci.org/mikach/gulp-concat-sourcemap.png?branch=master)](https://travis-ci.org/mikach/gulp-concat-sourcemap)
=====================

@@ -3,0 +3,0 @@

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