Socket
Socket
Sign inDemoInstall

grunt-contrib-concat

Package Overview
Dependencies
Maintainers
6
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-contrib-concat - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

16

package.json
{
"name": "grunt-contrib-concat",
"description": "Concatenate files.",
"version": "1.0.1",
"version": "2.0.0",
"author": {

@@ -12,3 +12,3 @@ "name": "Grunt Team",

"engines": {
"node": ">=0.10.0"
"node": ">=0.12.0"
},

@@ -20,3 +20,3 @@ "main": "tasks/concat.js",

"dependencies": {
"chalk": "^1.0.0",
"chalk": "^4.1.2",
"source-map": "^0.5.3"

@@ -26,9 +26,9 @@ },

"grunt": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-internal": "^1.1.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0"
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-internal": "^7.0.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-nodeunit": "^4.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
"grunt": ">=1.4.1"
},

@@ -35,0 +35,0 @@ "keywords": [

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

# grunt-contrib-concat v1.0.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-concat.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-concat) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/l42173901ms416km/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-concat/branch/master)
# grunt-contrib-concat v2.0.0 [![Build Status](https://github.com/gruntjs/grunt-contrib-concat/workflows/Tests/badge.svg)](https://github.com/gruntjs/grunt-contrib-concat/actions?workflow=Tests)

@@ -9,3 +9,3 @@ > Concatenate files.

If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
If you haven't used [Grunt](https://gruntjs.com/) before, be sure to check out the [Getting Started](https://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](https://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

@@ -284,2 +284,3 @@ ```shell

* 2021-10-07โ€ƒโ€ƒโ€ƒv2.0.0โ€ƒโ€ƒโ€ƒUpdate dependencies Requires node.js v12+
* 2016-04-20โ€ƒโ€ƒโ€ƒv1.0.1โ€ƒโ€ƒโ€ƒFix for concatenating multiple source map files.

@@ -303,2 +304,2 @@ * 2016-02-20โ€ƒโ€ƒโ€ƒv1.0.0โ€ƒโ€ƒโ€ƒUpdate source-map to 0.5.3. Tag Grunt as peerDep to >=0.4.0. Make source maps generation a little faster. Add `charset:utf-8` to `sourceMappingURL`.

*This file was generated on Wed Apr 20 2016 08:41:44.*
*This file was generated on Thu Oct 07 2021 23:04:00.*

@@ -149,3 +149,3 @@ /*

// Browserify, as an example, stores a datauri at sourceMappingURL.
if (/data:application\/json;(charset:utf-8;)?base64,([^\s]+)/.test(sourceMapFile)) {
if (/data:application\/json;(charset.utf-8;)?base64,([^\s]+)/.test(sourceMapFile)) {
// Set sourceMapPath to the file that the map is inlined.

@@ -152,0 +152,0 @@ sourceMapPath = filename;

Sorry, the diff of this file is not supported yet

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