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

tslint-config-standard

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-config-standard - npm Package Compare versions

Comparing version 5.0.2 to 6.0.0

7

package.json
{
"name": "tslint-config-standard",
"version": "5.0.2",
"version": "6.0.0",
"description": "A TSLint config for JavaScript Standard Style",

@@ -40,7 +40,8 @@ "main": "tslint.js",

"devDependencies": {
"@types/node": "^7.0.22",
"blue-tape": "^1.0.0",
"standard": "^10.0.0",
"tap-spec": "^4.1.1",
"tslint": "^5.0.0",
"typescript": "^2.0.3"
"tslint": "^5.4.2",
"typescript": "^2.3.4"
},

@@ -47,0 +48,0 @@ "dependencies": {

# TSLint Config Standard
[![NPM version][npm-image]][npm-url]
[![NPM downloads][downloads-image]][downloads-url]
[![Build status][travis-image]][travis-url]
[![NPM version](https://img.shields.io/npm/v/tslint-config-standard.svg?style=flat)](https://npmjs.org/package/tslint-config-standard)
[![NPM downloads](https://img.shields.io/npm/dm/tslint-config-standard.svg?style=flat)](https://npmjs.org/package/tslint-config-standard)
[![Build status](https://img.shields.io/travis/blakeembrey/tslint-config-standard.svg?style=flat)](https://travis-ci.org/blakeembrey/tslint-config-standard)
[![Greenkeeper badge](https://badges.greenkeeper.io/blakeembrey/tslint-config-standard.svg)](https://greenkeeper.io/)

@@ -39,8 +40,1 @@ > A [TSLint config](https://palantir.github.io/tslint/usage/tslint-json/) for [JavaScript Standard Style](http://standardjs.com/)

Apache 2.0
[npm-image]: https://img.shields.io/npm/v/tslint-config-standard.svg?style=flat
[npm-url]: https://npmjs.org/package/tslint-config-standard
[downloads-image]: https://img.shields.io/npm/dm/tslint-config-standard.svg?style=flat
[downloads-url]: https://npmjs.org/package/tslint-config-standard
[travis-image]: https://img.shields.io/travis/blakeembrey/tslint-config-standard.svg?style=flat
[travis-url]: https://travis-ci.org/blakeembrey/tslint-config-standard

@@ -55,2 +55,3 @@ module.exports = {

'no-unused-expression': [true, 'allow-fast-null-checks', 'allow-tagged-template'],
'no-unused-variable': [true, { 'ignore-pattern': '^_' }],
'no-use-before-declare': true,

@@ -129,3 +130,3 @@ 'no-var-keyword': true,

'check-module',
'check-seperator',
'check-separator',
'check-type',

@@ -132,0 +133,0 @@ 'check-typecast',

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