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.37 to 0.1.38

6

bld/rules/importPathShallowestRule.js

@@ -83,2 +83,5 @@ "use strict";

validateIsDirectoryModule(sourceFile, basePath) {
if (/^\.{1,2}$/.test(basePath)) {
return false;
}
let files;

@@ -103,3 +106,4 @@ if (basePath === '') {

}
return this.validateIsDirectoryModule(sourceFile, nextBasePath.shift());
nextBasePath.pop();
return this.validateIsDirectoryModule(sourceFile, nextBasePath.join('/'));
}

@@ -106,0 +110,0 @@ }

2

package.json
{
"name": "@magicspace/tslint-rules",
"version": "0.1.37",
"version": "0.1.38",
"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