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.4 to 1.3.5

6

dist/expectLengthRule.js

@@ -69,5 +69,4 @@ "use strict";

ExpectLengthWalker.prototype.isLengthExpectedFor = function (callee) {
var found = false;
this.usages.forEach(function (value) {
found = value.uses.some(function (use) {
return Array.from(this.usages.values()).some(function (value) {
return value.uses.some(function (use) {
var usage = use.location.parent.parent.getText();

@@ -79,5 +78,4 @@ if (usage === "expect(" + callee.getText() + ".length)") {

});
return found;
};
return ExpectLengthWalker;
}(Lint.AbstractWalker));
{
"name": "tslint-jasmine-rules",
"version": "1.3.4",
"version": "1.3.5",
"description": "tslint rules for jasmine",

@@ -5,0 +5,0 @@ "main": "dist/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