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 7.0.0 to 7.1.0

10

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

@@ -40,6 +40,6 @@ "main": "tslint.js",

"devDependencies": {
"@types/node": "^8.0.47",
"@types/node": "^10.3.4",
"blue-tape": "^1.0.0",
"standard": "^10.0.0",
"tap-spec": "^4.1.1",
"standard": "^11.0.1",
"tap-spec": "^5.0.0",
"tslint": "^5.8.0",

@@ -49,4 +49,4 @@ "typescript": "^2.3.4"

"dependencies": {
"tslint-eslint-rules": "^4.1.1"
"tslint-eslint-rules": "^5.3.1"
}
}

@@ -6,3 +6,2 @@ # 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/)

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

@@ -5,22 +5,2 @@ module.exports = {

// TSLint rules.
'member-ordering': [
true,
{
order: [
'public-static-field',
'protected-static-field',
'private-static-field',
'public-instance-field',
'protected-instance-field',
'private-instance-field',
'constructor',
'public-static-method',
'protected-static-method',
'private-static-method',
'public-instance-method',
'protected-instance-method',
'private-instance-method'
]
}
],
'no-internal-module': true,

@@ -46,2 +26,3 @@ 'typedef-whitespace': [

'curly': [true, 'ignore-same-line'],
'deprecation': true,
'label-position': true,

@@ -62,3 +43,2 @@ 'no-arg': true,

'radix': true,
'return-undefined': true,
'space-within-parens': [true, 0],

@@ -65,0 +45,0 @@ 'triple-equals': [

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