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

@allthings/tslint-preset-react

Package Overview
Dependencies
Maintainers
9
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@allthings/tslint-preset-react - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

9

package.json
{
"name": "@allthings/tslint-preset-react",
"version": "1.0.2",
"description": "Allthings react tslint rules",
"version": "1.0.3",
"description": "Allthings tslint rules for react projects",
"main": "tslint.json",

@@ -14,3 +14,5 @@ "repository": "https://github.com/allthings/node-standard",

"dependencies": {
"tslint-config-prettier": "1.14.0"
"tslint-config-prettier": "1.14.0",
"tslint-immutable": "4.6.0",
"tslint-react": "3.6.0"
},

@@ -22,2 +24,3 @@ "devDependencies": {

"peerDependencies": {
"@allthings/tslint-preset": ">= 1.10.1",
"tslint": ">= 5.10.0",

@@ -24,0 +27,0 @@ "typescript": ">= 2.9.2"

@@ -1,4 +0,4 @@

# Allthings React TSLint Preset
# Allthings TSLint Preset React rules
A common TSLint preset for React TypeScript projects at Allthings.
A common TSLint preset for TypeScript/React projects at Allthings. Extends the base [@allthings/tslint-preset](../tslint-preset) ruleset (as a peer-dependency).

@@ -8,3 +8,3 @@ ## Setup

```bash
yarn add @allthings/tslint-preset-react --dev
yarn add @allthings/tslint-preset @allthings/tslint-preset-react --dev
```

@@ -11,0 +11,0 @@

@@ -6,4 +6,5 @@ {

"no-expression-statement": false,
"no-this": false
"no-this": false,
"no-mixed-interface": false
}
}
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