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

@node-ts/code-standards

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-ts/code-standards - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "@node-ts/code-standards",
"version": "0.0.7",
"version": "0.0.8",
"repository": "github:node-ts/code-standards",

@@ -5,0 +5,0 @@ "description": "A sane and opinionated set of linting rules for TypeScript",

@@ -57,3 +57,3 @@ {

"radix": true,
"file-name-casing": [true, "pascal-case"],
"file-name-casing": [true, "kebab-case"],
"eofline": true,

@@ -75,3 +75,2 @@ "max-line-length": [true, 120],

"cyclomatic-complexity": [true, 20],
"defocus": true,
"forin": true,

@@ -200,2 +199,2 @@ "import-blacklist": [

}
}
}
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