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

@magicspace/tslint-rules

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magicspace/tslint-rules - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

5

bld/rules/explicitReturnTypeRule.js

@@ -93,6 +93,3 @@ "use strict";

}
return new tslint_1.Replacement(node
.getChildren()
.find(v => v.getText() === ')')
.getEnd(), 0, `: ${missingReturnTypeString}`);
return new tslint_1.Replacement(tsutils_1.getChildOfKind(node, typescript_1.SyntaxKind.CloseParenToken).getEnd(), 0, `: ${missingReturnTypeString}`);
}

@@ -99,0 +96,0 @@ checkReturnType(node) {

2

package.json
{
"name": "@magicspace/tslint-rules",
"version": "0.1.11",
"version": "0.1.12",
"description": "Custom TSLint rules for MagicSpace.",

@@ -5,0 +5,0 @@ "repository": "https://github.com/makeflow/magicspace.git",

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