New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-util

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-util - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

2

package.json
{
"name":"gulp-util",
"description":"Utility functions for gulp plugins",
"version":"0.0.1",
"version":"1.0.0",
"homepage":"http://github.com/wearefractal/gulp-util",

@@ -6,0 +6,0 @@ "repository":"git://github.com/wearefractal/gulp-util.git",

@@ -22,4 +22,6 @@ ![status](https://secure.travis-ci.org/wearefractal/gulp-util.png?branch=master)

```javascript
gulp.replaceExtension("file.coffee", ".js"); # file.js
gulp.realBase("/home/contra/test/whatever/huh/file.js", "/home/contra/test"); # /whatever/huh/file.js
var util = require('gulp-util');
util.replaceExtension("file.coffee", ".js"); // file.js
util.realBase("/home/contra/test/whatever/huh/file.js", "/home/contra/test"); // /whatever/huh/file.js
```

@@ -26,0 +28,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