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

gulp-jscs

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-jscs - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

4

index.js
'use strict';
var path = require('path');
var gutil = require('gulp-util');

@@ -7,2 +8,3 @@ var through = require('through2');

var assign = require('object-assign');
var tildify = require('tildify');

@@ -35,3 +37,3 @@ module.exports = function (options) {

} catch (error) {
throw new Error('Unable to load JSCS config file at ' + path.join(process.cwd(), configPath));
throw new Error('Unable to load JSCS config file at ' + tildify(path.resolve(configPath)));
}

@@ -38,0 +40,0 @@ } else {

{
"name": "gulp-jscs",
"version": "1.5.0",
"version": "1.5.1",
"description": "Check JavaScript code style with jscs",

@@ -40,3 +40,4 @@ "license": "MIT",

"object-assign": "^2.0.0",
"through2": "^0.6.1"
"through2": "^0.6.1",
"tildify": "^1.0.0"
},

@@ -43,0 +44,0 @@ "devDependencies": {

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