Socket
Socket
Sign inDemoInstall

eslint-plugin-functional

Package Overview
Dependencies
215
Maintainers
2
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

8

CHANGELOG.md

@@ -10,2 +10,10 @@ # Changelog

## [v3.0.1](https://github.com/jonaskello/eslint-plugin-functional/compare/v3.0.0...v3.0.1) - 2020-01-11
### Commits
- docs(changelog): update changelog for v3.0.0 [`0ef88c7`](https://github.com/jonaskello/eslint-plugin-functional/commit/0ef88c73b7e2dc466f6d3cf94be04e6bc481498d)
- build: auto changelog changes are now part of the same git commit as the release [`00e3b6f`](https://github.com/jonaskello/eslint-plugin-functional/commit/00e3b6ff608480dd7589bf76d1cc1a26e8219874)
- docs(readme): fix issue with svg image not displaying on npmjs [`d91dc90`](https://github.com/jonaskello/eslint-plugin-functional/commit/d91dc90186f6a6537bfb3098d6a326b4890451aa)
## [v3.0.0](https://github.com/jonaskello/eslint-plugin-functional/compare/v2.0.0...v3.0.0) - 2020-01-11

@@ -12,0 +20,0 @@

2

lib/index.js

@@ -555,3 +555,3 @@ 'use strict';

const version = "2.0.0";
const version = "3.0.0";

@@ -558,0 +558,0 @@ // This function can't be functional as it needs to interact with 3rd-party

{
"name": "eslint-plugin-functional",
"version": "3.0.0",
"version": "3.0.1",
"description": "ESLint rules to disable mutation and promote fp in TypeScript.",

@@ -56,3 +56,4 @@ "keywords": [

"preversion": "yarn verify",
"postversion": "yarn auto-changelog -p && git add CHANGELOG.md && git commit -m \"docs(changelog): update changelog for v$npm_package_version\" && git push --tags && yarn publish --new-version $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\""
"version": "yarn auto-changelog -p && git add CHANGELOG.md",
"postversion": "git push --tags && yarn publish --new-version $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\""
},

@@ -59,0 +60,0 @@ "husky": {

<div align="center">
![eslint-logo](docs/assets/eslint-logo.svg)
![eslint-logo](docs/assets/eslint-logo.svg?sanitize=true)

@@ -5,0 +5,0 @@ # eslint-plugin-functional

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc