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

@keawade/tslint-config

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keawade/tslint-config - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

2

package.json
{
"name": "@keawade/tslint-config",
"version": "0.1.7",
"version": "0.1.8",
"description": "tslint rules for keawade's projects",

@@ -5,0 +5,0 @@ "main": "tslint.json",

@@ -221,2 +221,12 @@ {

/**
* The name of the imported module must match the name of the thing being
* imported.
*
* Too draconian for my taste. Would appreciate an `ignore-case` option but
* even then it might be too much due to inconsistencies in external
* projects
*/
"import-name": [false],
/**
* Do not use insecure sources for random bytes. Use a secure random number

@@ -223,0 +233,0 @@ * generator instead. Bans all uses of `Math.random` and

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