Socket
Socket
Sign inDemoInstall

jscs

Package Overview
Dependencies
147
Maintainers
6
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.5 to 3.0.6

2

lib/rules/require-dollar-before-jquery-assignment.js

@@ -142,3 +142,3 @@ /**

if (!left.name) {
if (!left || !left.name) {
return;

@@ -145,0 +145,0 @@ }

@@ -8,3 +8,3 @@ {

"name": "jscs",
"version": "3.0.5",
"version": "3.0.6",
"main": "lib/checker",

@@ -67,3 +67,3 @@ "homepage": "http://jscs.info",

"commander": "~2.9.0",
"cst": "^0.4.0",
"cst": "^0.4.3",
"estraverse": "^4.1.0",

@@ -70,0 +70,0 @@ "exit": "~0.1.2",

Sorry, the diff of this file is too big to display

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