Socket
Socket
Sign inDemoInstall

eslint-release

Package Overview
Dependencies
34
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 3.0.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

v3.0.0 - August 14, 2020
* [`2a24936`](https://github.com/eslint/eslint-release/commit/2a249361d032b5151489f991fae42e5bfce2d6c2) Breaking: drop support for Node <10 (#41) (Kai Cataldo)
* [`b13a435`](https://github.com/eslint/eslint-release/commit/b13a4354291702a96ab09c0e2b3d169a20b2c7a2) Chore: typo in GitHub Actions CI workflow (#40) (Kai Cataldo)
* [`60eb528`](https://github.com/eslint/eslint-release/commit/60eb52884c9d5a4e51001110d216959cc3974e57) Chore: move to GitHub Actions (Kai Cataldo)
v2.0.1 - July 14, 2020

@@ -2,0 +8,0 @@

6

package.json
{
"name": "eslint-release",
"version": "2.0.1",
"version": "3.0.0",
"description": "ESLint Release Tools",
"main": "./lib/release-ops",
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},

@@ -15,3 +15,3 @@ "bin": {

"scripts": {
"test": "npm run lint && mocha tests/lib/*.js",
"test": "mocha tests/lib/*.js",
"lint": "eslint .",

@@ -18,0 +18,0 @@ "generate-alpharelease": "node ./bin/eslint-generate-prerelease.js alpha",

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