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.1 to 0.1.2

bld/rules/importPathConventionRule.js

1

bld/rules/importGroupsRule.js

@@ -219,2 +219,3 @@ "use strict";

}
// 如果未出现过则校验是否少了空行.
else if (info.startLine - lastInfo.endLine < 2) {

@@ -221,0 +222,0 @@ failureItems.push({

5

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

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

},
"files": [
"bld/**/*.js"
],
"peerDependencies": {

@@ -15,0 +18,0 @@ "tslint": "*",

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