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.0 to 2.17.1

dist/configs/recommended.js

12

CHANGELOG.md

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

<a name="2.17.1"></a>
## [2.17.1](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.17.0...v2.17.1) (2016-09-12)
### Bug Fixes
* config file (json failing lint) ([eedcac7](https://github.com/gajus/eslint-plugin-flowtype/commit/eedcac7))
* correct recommended config name ([35150d4](https://github.com/gajus/eslint-plugin-flowtype/commit/35150d4))
* disable lint for one run ([3745498](https://github.com/gajus/eslint-plugin-flowtype/commit/3745498))
<a name="2.17.0"></a>

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

2

dist/index.js

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

var _recommended = require('./configs/recommended.json');
var _recommended = require('./configs/recommended');

@@ -74,0 +74,0 @@ var _recommended2 = _interopRequireDefault(_recommended);

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

@@ -30,3 +30,3 @@ "repository": {

"test": "mocha --compilers js:babel-register ./tests/rules/index.js",
"build": "babel ./src --out-dir ./dist",
"build": "babel ./src --out-dir ./dist --copy-files",
"documentation-add-assertions": "babel-node ./bin/readmeAssertions",

@@ -33,0 +33,0 @@ "documentation": "gitdown ./.README/README.md --output-file ./README.md; npm run documentation-add-assertions",

Sorry, the diff of this file is too big to display

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