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

tslint-jasmine-rules

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-jasmine-rules - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

dist/index.js

4

dist/noDisabledTestsRule.js

@@ -22,6 +22,6 @@ "use strict";

};
Rule.FAILURE_STRING = "Disabled test (xit or xdescribe)";
Rule.PROHIBITED = ["xdescribe", "xit"];
return Rule;
}(Lint.Rules.AbstractRule));
Rule.FAILURE_STRING = "Disabled test (xit or xdescribe)";
Rule.PROHIBITED = ["xdescribe", "xit"];
exports.Rule = Rule;

@@ -28,0 +28,0 @@ var regex = new RegExp("^(" + Rule.PROHIBITED.join("|") + ")$");

@@ -22,6 +22,6 @@ "use strict";

};
Rule.FAILURE_STRING = "Focused test (fit or fdescribe)";
Rule.PROHIBITED = ["fdescribe", "fit"];
return Rule;
}(Lint.Rules.AbstractRule));
Rule.FAILURE_STRING = "Focused test (fit or fdescribe)";
Rule.PROHIBITED = ["fdescribe", "fit"];
exports.Rule = Rule;

@@ -28,0 +28,0 @@ var regex = new RegExp("^(" + Rule.PROHIBITED.join("|") + ")$");

{
"name": "tslint-jasmine-rules",
"version": "1.3.0",
"version": "1.3.1",
"description": "tslint rules for jasmine",

@@ -5,0 +5,0 @@ "main": "index.js",

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