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

tslint-react

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-react - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

tslint-react.json

4

package.json
{
"name": "tslint-react",
"version": "0.3.1",
"version": "0.3.2",
"description": "React-specific rules for TSLint",

@@ -15,3 +15,3 @@ "main": "tslint-react.json",

"compile": "tsc -p ./",
"copy": "cp -f package.json README.md build/",
"copy": "cp -f package.json README.md tslint-react.json build/",
"lint": "tslint 'src/**/*.ts'",

@@ -18,0 +18,0 @@ "preversion": "npm-run-all clean test copy",

@@ -16,6 +16,3 @@ [![NPM version](https://badge.fury.io/js/tslint-react.svg)](https://www.npmjs.com/package/tslint-react)

{
"extends": "tslint:latest",
"rulesDirectory": [
"./node_modules/tslint-react/rules"
],
"extends": ["tslint:latest", "tslint-react"],
"rules": {

@@ -22,0 +19,0 @@ // enable tslint-react rules here

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