Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-dollar-sign

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-dollar-sign - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "eslint-plugin-dollar-sign",
"version": "1.0.0",
"version": "1.0.1",
"description": "Enforce $varName for jQuery assignment.",

@@ -23,6 +23,6 @@ "keywords": [

"devDependencies": {
"eslint": "^1.2.0",
"mocha": "^2.4.5"
"eslint": "^4.11.0",
"mocha": "^4.0.1"
},
"license": "MIT"
}

@@ -152,2 +152,6 @@ /**

if (!left) {
return;
}
if (shouldVarNameStartWithDollar(left.name, prop.value)) {

@@ -154,0 +158,0 @@ reportIdentifier(left, false);

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