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

tslint-react

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-react - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "tslint-react",
"version": "0.3.0",
"version": "0.3.1",
"description": "React-specific rules for TSLint",

@@ -5,0 +5,0 @@ "main": "tslint-react.json",

@@ -51,3 +51,3 @@ /**

JsxAlignmentWalker.prototype.visitJsxElement = function (node) {
if (this.isMultiline(node)) {
if (this.isMultiline(node.openingElement)) {
var startLocation = this.getLineAndCharacter(node);

@@ -54,0 +54,0 @@ var closeLocation = this.getSourceFile().getLineAndCharacterOfPosition(node.openingElement.getEnd() - ">".length);

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