Socket
Socket
Sign inDemoInstall

gulp-rename

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-rename - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

LICENSE

4

index.js

@@ -19,4 +19,6 @@ 'use strict';

stream._transform = function(file, unused, callback) {
stream._transform = function (originalFile, unused, callback) {
var file = originalFile.clone({contents: false});
var parsedPath = parsePath(file.relative);

@@ -23,0 +25,0 @@ var path;

{
"name": "gulp-rename",
"version": "1.2.2",
"version": "1.2.3",
"description": "Rename files",

@@ -24,23 +24,19 @@ "keywords": [

"scripts": {
"pretest": "jshint index.js test/",
"pretest": "jscs index.js test/ && jshint index.js test/",
"test": "mocha"
},
"devDependencies": {
"gulp": ">=3.0.0",
"gulp-sourcemaps": "^1.5.0",
"gulp-util": "^3.0.4",
"jshint": "^2.6.3",
"map-stream": ">=0.0.4",
"mocha": ">=1.15.0",
"should": ">=2.1.0"
"gulp": "^4.0.0",
"gulp-sourcemaps": "^2.6.4",
"jscs": "^3.0.0",
"jshint": "^2.0.0",
"map-stream": "^0.0.7",
"mocha": "^5.0.0",
"should": "^13.0.0",
"vinyl": "^2.0.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
"node": ">=4"
},
"licenses": [
{
"type": "MIT"
}
]
"license": "MIT"
}

@@ -27,3 +27,3 @@ # gulp-rename

path.basename += "-goodbye";
path.extname = ".md"
path.extname = ".md";
}))

@@ -30,0 +30,0 @@ .pipe(gulp.dest("./dist")); // ./dist/main/text/ciao/hello-goodbye.md

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