Socket
Socket
Sign inDemoInstall

eslint-plugin-flowtype

Package Overview
Dependencies
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-flowtype - npm Package Compare versions

Comparing version 2.17.1 to 2.18.0

dist/rules/noDupeKeys.js

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="2.18.0"></a>
# [2.18.0](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.17.1...v2.18.0) (2016-09-15)
### Features
* add rule `no-dupe-keys` (fixes #108) (#109) ([6a65de0](https://github.com/gajus/eslint-plugin-flowtype/commit/6a65de0)), closes [#108](https://github.com/gajus/eslint-plugin-flowtype/issues/108) [(#109](https://github.com/(/issues/109)
<a name="2.17.1"></a>

@@ -7,0 +17,0 @@ ## [2.17.1](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.17.0...v2.17.1) (2016-09-12)

@@ -71,2 +71,6 @@ 'use strict';

var _noDupeKeys = require('./rules/noDupeKeys');
var _noDupeKeys2 = _interopRequireDefault(_noDupeKeys);
var _recommended = require('./configs/recommended');

@@ -87,2 +91,3 @@

'generic-spacing': _genericSpacing2.default,
'no-dupe-keys': _noDupeKeys2.default,
'no-weak-types': _noWeakTypes2.default,

@@ -106,2 +111,3 @@ 'require-parameter-type': _requireParameterType2.default,

'generic-spacing': 0,
'no-dupe-keys': 0,
'no-weak-types': 0,

@@ -108,0 +114,0 @@ 'require-parameter-type': 0,

2

package.json
{
"name": "eslint-plugin-flowtype",
"description": "Flowtype linting rules for ESLint.",
"version": "2.17.1",
"version": "2.18.0",
"main": "./dist/index.js",

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

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