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

gulp-walker

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-walker - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

0

example/gulpfile.js

@@ -0,0 +0,0 @@ 'use strict';

console.log("Non standard named main.js");
module.exports = function() {
console.log("Library B");
}

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ var through = require('through2');

@@ -0,0 +0,0 @@ var extend = require('extend');

@@ -0,0 +0,0 @@ var DependenciesList = require('./DependenciesList');

@@ -0,0 +0,0 @@ Logger = require('./Logger');

@@ -0,0 +0,0 @@ var extend = require('extend');

@@ -0,0 +0,0 @@ var extend = require('extend');

@@ -0,0 +0,0 @@ var extend = require('extend');

@@ -0,0 +0,0 @@ var extend = require('extend');

@@ -0,0 +0,0 @@ var extend = require('extend');

@@ -0,0 +0,0 @@ var extend = require('extend');

3

package.json
{
"name": "gulp-walker",
"version": "0.6.0",
"version": "0.6.1",
"description": "Dependencies aware incremental building for gulp",
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/daniele-rapagnani/gulp-walker",
"scripts": {

@@ -8,0 +9,0 @@ "test": "echo \"Error: no test specified\" && exit 1",

@@ -29,3 +29,3 @@ ## Information

```
You can find a working example for a stylus + browserify + coffee environment [here](example/gulpfile.js).
You can find a working example for a stylus + browserify + coffee environment [here](https://github.com/daniele-rapagnani/gulp-walker/example/gulpfile.js).

@@ -48,2 +48,2 @@ #### Supported Languages

## Documentation
You can find the documentation [here](docs/api.md)
You can find the documentation [here](https://github.com/daniele-rapagnani/gulp-walker/docs/api.md)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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