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

eslint-plugin-react-compat

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-compat - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

15

CHANGELOG.md

@@ -0,1 +1,6 @@

# 0.1.1 (2018-04-04)
* Added `engines` to `package.json` to set minimum Node version to 6.
# 0.1.0 (2018-03-21)

@@ -8,12 +13,16 @@

## 0.0.3
# 0.0.3 (2018-01-31)
## Bug Fixes
* Fix export by using CommonJS instead of ES6 modules for index.
## 0.0.2
# 0.0.2 (2018-01-31)
## Bug Fixes
* Reduce false positives by not flagging functions returning arrays of non-JSX elements.
## 0.0.1
# 0.0.1 (2018-01-30)
* Initial commit.

2

LICENSE.md

@@ -1,2 +0,2 @@

Copyright (c) 2018 dogma.io
Copyright (c) 2018-present, dogma.io

@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining

{
"name": "eslint-plugin-react-compat",
"version": "0.1.0",
"version": "0.1.1",
"description": "Make sure your React code is compatible with Inferno and Preact.",

@@ -44,8 +44,11 @@ "main": "lib/index.js",

"babel-core": "^7.0.0-0",
"babel-jest": "23.0.0-alpha.0",
"babel-jest": "22.4.3",
"codecov": "3.0.0",
"jest-cli": "23.0.0-alpha.0",
"jest": "22.4.3",
"lintly": "0.1.0",
"nodely": "0.1.0"
"nodely": "0.1.2"
},
"engines": {
"node": ">= 6"
},
"jest": {

@@ -52,0 +55,0 @@ "collectCoverage": true,

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