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

angular-tslint-rules

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-tslint-rules - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
## v1.0.2 - 2017-05-22
### Changed
- `allow-leading-underscore` option added to `variable-name`
## v1.0.1 - 2017-05-10

@@ -5,0 +9,0 @@ ### Changed

2

package.json
{
"name": "angular-tslint-rules",
"version": "1.0.1",
"version": "1.0.2",
"description": "Shared TSLint & codelyzer rules to enforce a consistent code style for Angular development",

@@ -5,0 +5,0 @@ "repository": {

@@ -587,3 +587,3 @@ # angular-tslint-rules

- All **variable**, and **function names** should be in **camelCase**.
- *Do not use* **leading** and **trailing** underscore **`_`** characters.
- *Do not use* **trailing** underscore **`_`** characters.
```json

@@ -593,2 +593,3 @@ "variable-name": [

"check-format",
"allow-leading-underscore",
"ban-keywords"

@@ -595,0 +596,0 @@ ]

@@ -192,2 +192,3 @@ {

"check-format",
"allow-leading-underscore",
"ban-keywords"

@@ -194,0 +195,0 @@ ],

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