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

eslint-plugin-rxjs-angular

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-rxjs-angular - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

<a name="1.0.3"></a>
## [1.0.3](https://github.com/cartant/eslint-plugin-rxjs-angular/compare/v1.0.2...v1.0.3) (2020-11-28)
## Changes
* Remove `.npmignore` and use `files` in `package.json` instead. ([ec249b6](https://github.com/cartant/eslint-plugin-rxjs-angular/commit/ec249b6))
<a name="1.0.2"></a>

@@ -2,0 +9,0 @@ ## [1.0.2](https://github.com/cartant/eslint-plugin-rxjs-angular/compare/v1.0.1...v1.0.2) (2020-11-05)

2

docs/rules/prefer-composition.md

@@ -55,3 +55,3 @@ # Use subscription composition (`prefer-composition`)

{
"rxjs/prefer-composition": [
"rxjs-angular/prefer-composition": [
"error",

@@ -58,0 +58,0 @@ { "checkDecorators": ["Component"] }

@@ -63,3 +63,3 @@ # Use `takeUntil` and `ngOnDestroy` (`prefer-takeuntil`)

{
"rxjs/prefer-composition": [
"rxjs-angular/prefer-takeuntil": [
"error",

@@ -66,0 +66,0 @@ {

@@ -30,3 +30,3 @@ {

"ts-node": "^9.0.0",
"typescript": "~4.0.2"
"typescript": "~4.1.2"
},

@@ -36,2 +36,6 @@ "engines": {

},
"files": [
"dist",
"docs"
],
"homepage": "https://github.com/cartant/eslint-plugin-rxjs-angular",

@@ -81,3 +85,3 @@ "husky": {

},
"version": "1.0.2"
"version": "1.0.3"
}
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