Socket
Socket
Sign inDemoInstall

shifter

Package Overview
Dependencies
97
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.22 to 0.2.23

fix_findit.patch

2

conf/docs/project.json
{
"projectName": "shifter - blazingly fast yui builder",
"version": "0.2.22",
"version": "0.2.23",
"yuiSeedUrl": "http://yui.yahooapis.com/3.6.0/build/yui/yui.js"
}

@@ -7,3 +7,3 @@ var log = require('./log'),

timer = require('timethat'),
findit = require('findit'),
walk = require('walkdir'),
dirs = [

@@ -112,6 +112,6 @@ 'assets',

log.info('no build.json file found, racing to see if we can find one');
var finder = findit(shifter.cwd()),
var finder = walk(shifter.cwd()),
mods = [];
finder.on('path', function(file) {
finder.on('file', function(file) {
if (path.basename(file) === 'build.json') {

@@ -118,0 +118,0 @@ mods.push(path.basename(path.dirname(file)));

@@ -5,3 +5,3 @@ {

"author": "Dav Glass <davglass@gmail.com>",
"version": "0.2.22",
"version": "0.2.23",
"dependencies": {

@@ -25,4 +25,4 @@ "progress": "~0.1.0",

"timethat": "~0.0.1",
"findit": "~0.1.2",
"cssproc": "~0.0.1"
"cssproc": "~0.0.1",
"walkdir": "~0.0.5"
},

@@ -29,0 +29,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc