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

tslint

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint - npm Package Compare versions

Comparing version 0.4.8 to 0.4.9

build/rules/noAnyRule.js

3

build/rules/noUnusedExpressionRule.js

@@ -36,3 +36,6 @@ var __extends = this.__extends || function (d, b) {

}
} else if (node.expression.kind() === 170 /* DeleteExpression */) {
return;
}
this.addFailure(this.createFailure(position, node.width(), Rule.FAILURE_STRING));

@@ -39,0 +42,0 @@ }

Change Log
===
v0.4.9
---
* [new-rule] `no-any` disallows all uses of `any`
* [bug] /* tslint:disable */ now disables semicolon rule as well
* [bug] delete operator no longer results in a false positive for `no-unused-expression`
v0.4.8

@@ -5,0 +12,0 @@ ---

2

package.json
{
"name": "tslint",
"version": "0.4.8",
"version": "0.4.9",
"description": "a static analysis linter for TypeScript",

@@ -5,0 +5,0 @@ "bin": {

@@ -29,2 +29,3 @@ TSLint [![NPM version](https://badge.fury.io/js/tslint.png)](http://badge.fury.io/js/tslint) [![Builds](https://api.travis-ci.org/repositories/palantir/tslint.png?branch=master)](https://travis-ci.org/palantir/tslint)

* `max-line-length` sets the maximum length of a line.
* `no-any` diallows usages of `any` as a type decoration.
* `no-arg` disallows access to `arguments.callee`.

@@ -303,1 +304,11 @@ * `no-bitwise` disallows bitwise operators.

```
Creating a new Release
----------------------
1. Bump up the version number in package.json and tslint.ts
2. Add a section for the new release in CHANGELOG.md
3. Run `grunt` to build the latest sources
4. Commit
5. Run `npm publish`
6. Create a git tag for the new release and push it

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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